Shades of Slate Blue #5952DC
Tints of Slate Blue #5952DC
RGB
CMYK
RGB Variations
Color information
#5952DC (or 0x5952DC) is known color: Slate Blue. HEX triplet: 59, 52 and DC. RGB value is (89,82,220). Sum of RGB (Red+Green+Blue) = 89+82+220=391 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.76% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #5952DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5952DC is #A6AD23. Grayscale: #636363. Windows color (decimal): -10923300 or 14439001. OLE color: 14439001.
HSL color Cylindrical-coordinate representation of color #5952DC: hue angle of 243.04º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5952DC is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 82 | 220 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.14 |
| HSL | 243.04º | 0.66% | 0.59% | - |
| HSV(B) | 243.04º | 0.63% | 0.86% | - |
| XYZ | 20.06 | 13.33 | 69.23 | - |
| YUV | 99.83 | 195.82 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 220 | 0.60 | 0.63 | 0 | 0.14 | 243.04 | 0.66 | 0.59 |
| Hex | 59 | 52 | DC | 3C | 3F | 0 | E | F3 | 42 | 3B |
| Octal | 131 | 122 | 334 | 74 | 77 | 0 | 16 | 363 | 102 | 73 |
| Binary | 1011001 | 1010010 | 11011100 | 111100 | 111111 | 0 | 1110 | 11110011 | 1000010 | 111011 |
Color Harmonies of #5952DC
Complementary color
Monochromatic Colors of #5952DC
Black with #5952DC
Text Example
Text Example
White with #5952DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5952DC; }
p { color: rgb(89,82,220); }
H1.HeaderClassName
{
color: #5952DC;
}
.AnyTagClassName
{
color: #5952DC;
}
</style>
background-color css
<style>
a { background-color: #5952DC; }
a { background-color: rgb(89,82,220); }
div.DivClassName
{
background-color: #5952DC;
}
.BgClassName
{
background-color: #5952DC;
}
</style>
border-color css
<style>
span { border-color: #5952DC; }
span { border-color: rgb(89,82,220); }
td.TdClassName
{
border-color: #5952DC;
}
.TagClassName
{
border-color: #5952DC;
}
</style>