Shades of Slate Blue #5961DC
Tints of Slate Blue #5961DC
RGB
CMYK
RGB Variations
Color information
#5961DC (or 0x5961DC) is known color: Slate Blue. HEX triplet: 59, 61 and DC. RGB value is (89,97,220). Sum of RGB (Red+Green+Blue) = 89+97+220=406 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.92% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #5961DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5961DC is #A69E23. Grayscale: #6C6C6C. Windows color (decimal): -10919460 or 14442841. OLE color: 14442841.
HSL color Cylindrical-coordinate representation of color #5961DC: hue angle of 236.34º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5961DC is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 97 | 220 | - |
| CMYK | 0.60 | 0.56 | 0 | 0.14 |
| HSL | 236.34º | 0.65% | 0.61% | - |
| HSV(B) | 236.34º | 0.6% | 0.86% | - |
| XYZ | 21.31 | 15.84 | 69.64 | - |
| YUV | 108.63 | 190.85 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 97 | 220 | 0.60 | 0.56 | 0 | 0.14 | 236.34 | 0.65 | 0.61 |
| Hex | 59 | 61 | DC | 3C | 38 | 0 | E | EC | 41 | 3D |
| Octal | 131 | 141 | 334 | 74 | 70 | 0 | 16 | 354 | 101 | 75 |
| Binary | 1011001 | 1100001 | 11011100 | 111100 | 111000 | 0 | 1110 | 11101100 | 1000001 | 111101 |
Color Harmonies of #5961DC
Complementary color
Monochromatic Colors of #5961DC
Black with #5961DC
Text Example
Text Example
White with #5961DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5961DC; }
p { color: rgb(89,97,220); }
H1.HeaderClassName
{
color: #5961DC;
}
.AnyTagClassName
{
color: #5961DC;
}
</style>
background-color css
<style>
a { background-color: #5961DC; }
a { background-color: rgb(89,97,220); }
div.DivClassName
{
background-color: #5961DC;
}
.BgClassName
{
background-color: #5961DC;
}
</style>
border-color css
<style>
span { border-color: #5961DC; }
span { border-color: rgb(89,97,220); }
td.TdClassName
{
border-color: #5961DC;
}
.TagClassName
{
border-color: #5961DC;
}
</style>