Random Color Generator

#536763 Color

Color Codes
Hex Code #536763
RGB Code rgb(83, 103, 99)
HSL Code hsl(168, 11%, 36%)

#536763 Color Syntax

rgb()

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

 main {
    background-color: rgb(83, 103, 99);
   }

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(168, 11%, 36%);
  }

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 #536763

RGB Code Hex Code Preview
rgb(83, 103, 99, 10%) #5367631a  
rgb(83, 103, 99, 20%) #53676333  
rgb(83, 103, 99, 40%) #5367634C  
rgb(83, 103, 99, 60%) #53676399  
rgb(83, 103, 99, 80%) #536763CC  
rgb(83, 103, 99, 100%) #536763FF  

Saturated and desaturated colors of #536763

HSL Code Preview
hsl(168, 10%, 36%)  
hsl(168, 20%, 36%)  
hsl(168, 40%, 36%)  
hsl(168, 60%, 36%)  
hsl(168, 80%, 36%)  
hsl(168, 100%, 36%)  

#536763 Color Usage In CSS

 body {
    color: #536763;
    }
 p {
    color: rgb(83, 103, 99);
    }
 header {
    border-bottom:1px solid #536763;
    }
Recent Random Colors