Shades of Slate Blue #5A52CB
Tints of Slate Blue #5A52CB
RGB
CMYK
RGB Variations
Color information
#5A52CB (or 0x5A52CB) is known color: Slate Blue. HEX triplet: 5A, 52 and CB. RGB value is (90,82,203). Sum of RGB (Red+Green+Blue) = 90+82+203=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A52CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A52CB is #A5AD34. Grayscale: #616161. Windows color (decimal): -10857781 or 13324890. OLE color: 13324890.
HSL color Cylindrical-coordinate representation of color #5A52CB: hue angle of 243.97º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A52CB is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 82 | 203 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.20 |
| HSL | 243.97º | 0.54% | 0.56% | - |
| HSV(B) | 243.97º | 0.6% | 0.8% | - |
| XYZ | 18.01 | 12.52 | 57.97 | - |
| YUV | 98.19 | 187.15 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 82 | 203 | 0.56 | 0.60 | 0 | 0.20 | 243.97 | 0.54 | 0.56 |
| Hex | 5A | 52 | CB | 38 | 3C | 0 | 14 | F4 | 36 | 38 |
| Octal | 132 | 122 | 313 | 70 | 74 | 0 | 24 | 364 | 66 | 70 |
| Binary | 1011010 | 1010010 | 11001011 | 111000 | 111100 | 0 | 10100 | 11110100 | 110110 | 111000 |
Color Harmonies of #5A52CB
Complementary color
Monochromatic Colors of #5A52CB
Black with #5A52CB
Text Example
Text Example
White with #5A52CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A52CB; }
p { color: rgb(90,82,203); }
H1.HeaderClassName
{
color: #5A52CB;
}
.AnyTagClassName
{
color: #5A52CB;
}
</style>
background-color css
<style>
a { background-color: #5A52CB; }
a { background-color: rgb(90,82,203); }
div.DivClassName
{
background-color: #5A52CB;
}
.BgClassName
{
background-color: #5A52CB;
}
</style>
border-color css
<style>
span { border-color: #5A52CB; }
span { border-color: rgb(90,82,203); }
td.TdClassName
{
border-color: #5A52CB;
}
.TagClassName
{
border-color: #5A52CB;
}
</style>