Random Color Generator

#538780 Color

Color Codes
Hex Code #538780
RGB Code rgb(83, 135, 128)
HSL Code hsl(172, 24%, 43%)

#538780 Color Syntax

rgb()

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

 main {
    background-color: rgb(83, 135, 128);
   }

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(172, 24%, 43%);
  }

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

RGB Code Hex Code Preview
rgb(83, 135, 128, 10%) #5387801a  
rgb(83, 135, 128, 20%) #53878033  
rgb(83, 135, 128, 40%) #5387804C  
rgb(83, 135, 128, 60%) #53878099  
rgb(83, 135, 128, 80%) #538780CC  
rgb(83, 135, 128, 100%) #538780FF  

Saturated and desaturated colors of #538780

HSL Code Preview
hsl(172, 10%, 43%)  
hsl(172, 20%, 43%)  
hsl(172, 40%, 43%)  
hsl(172, 60%, 43%)  
hsl(172, 80%, 43%)  
hsl(172, 100%, 43%)  

#538780 Color Usage In CSS

 body {
    color: #538780;
    }
 p {
    color: rgb(83, 135, 128);
    }
 header {
    border-bottom:1px solid #538780;
    }
Recent Random Colors