Random Color Generator

#525b9d Color

Color Codes
Hex Code #525b9d
RGB Code rgb(82, 91, 157)
HSL Code hsl(233, 31%, 47%)

#525b9d Color Syntax

rgb()

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

 main {
    background-color: rgb(82, 91, 157);
   }

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(233, 31%, 47%);
  }

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 #525b9d

RGB Code Hex Code Preview
rgb(82, 91, 157, 10%) #525b9d1a  
rgb(82, 91, 157, 20%) #525b9d33  
rgb(82, 91, 157, 40%) #525b9d4C  
rgb(82, 91, 157, 60%) #525b9d99  
rgb(82, 91, 157, 80%) #525b9dCC  
rgb(82, 91, 157, 100%) #525b9dFF  

Saturated and desaturated colors of #525b9d

HSL Code Preview
hsl(233, 10%, 47%)  
hsl(233, 20%, 47%)  
hsl(233, 40%, 47%)  
hsl(233, 60%, 47%)  
hsl(233, 80%, 47%)  
hsl(233, 100%, 47%)  

#525b9d Color Usage In CSS

 body {
    color: #525b9d;
    }
 p {
    color: rgb(82, 91, 157);
    }
 header {
    border-bottom:1px solid #525b9d;
    }
Recent Random Colors