Random Color Generator

#085362 Color

Color Codes
Hex Code #085362
RGB Code rgb(08, 83, 98)
HSL Code hsl(190, 85%, 21%)

#085362 Color Syntax

rgb()

 rgb(Red, Green, Blue);
 rgba(Red, Green, Blue, Alpha);

 main {
    background-color: rgb(08, 83, 98);
   }

R(red), G(green), B(blue) can be number between 0-255.
A parameter is a hex characters (0–9, A–F) and optional.

hsl()

 hsl(hue saturation lightness);
 hsl(hue saturation lightness / alpha);

 div {
  background-color: hsl(190, 85%, 21%);
  }

Saturation value is a percentage value between 0% unsaturated and 100% fully saturated.
Lightness value is a percentage value between 100% is white and 0% is black.

Lighter and darker colors of #085362

RGB Code Hex Code Preview
rgb(08, 83, 98, 10%) #0853621a  
rgb(08, 83, 98, 20%) #08536233  
rgb(08, 83, 98, 40%) #0853624C  
rgb(08, 83, 98, 60%) #08536299  
rgb(08, 83, 98, 80%) #085362CC  
rgb(08, 83, 98, 100%) #085362FF  

Saturated and desaturated colors of #085362

HSL Code Preview
hsl(190, 10%, 21%)  
hsl(190, 20%, 21%)  
hsl(190, 40%, 21%)  
hsl(190, 60%, 21%)  
hsl(190, 80%, 21%)  
hsl(190, 100%, 21%)  

#085362 Color Usage In CSS

 body {
    color: #085362;
    }
 p {
    color: rgb(08, 83, 98);
    }
 header {
    border-bottom:1px solid #085362;
    }
Recent Random Colors