Shades of Slate Blue #5960DC
Tints of Slate Blue #5960DC
RGB
CMYK
RGB Variations
Color information
#5960DC (or 0x5960DC) is known color: Slate Blue. HEX triplet: 59, 60 and DC. RGB value is (89,96,220). Sum of RGB (Red+Green+Blue) = 89+96+220=405 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.98% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #5960DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5960DC is #A69F23. Grayscale: #6B6B6B. Windows color (decimal): -10919716 or 14442585. OLE color: 14442585.
HSL color Cylindrical-coordinate representation of color #5960DC: hue angle of 236.79º 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 #5960DC is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 96 | 220 | - |
| CMYK | 0.60 | 0.56 | 0 | 0.14 |
| HSL | 236.79º | 0.65% | 0.61% | - |
| HSV(B) | 236.79º | 0.6% | 0.86% | - |
| XYZ | 21.22 | 15.66 | 69.61 | - |
| YUV | 108.04 | 191.18 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 96 | 220 | 0.60 | 0.56 | 0 | 0.14 | 236.79 | 0.65 | 0.61 |
| Hex | 59 | 60 | DC | 3C | 38 | 0 | E | ED | 41 | 3D |
| Octal | 131 | 140 | 334 | 74 | 70 | 0 | 16 | 355 | 101 | 75 |
| Binary | 1011001 | 1100000 | 11011100 | 111100 | 111000 | 0 | 1110 | 11101101 | 1000001 | 111101 |
Color Harmonies of #5960DC
Complementary color
Monochromatic Colors of #5960DC
Black with #5960DC
Text Example
Text Example
White with #5960DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5960DC; }
p { color: rgb(89,96,220); }
H1.HeaderClassName
{
color: #5960DC;
}
.AnyTagClassName
{
color: #5960DC;
}
</style>
background-color css
<style>
a { background-color: #5960DC; }
a { background-color: rgb(89,96,220); }
div.DivClassName
{
background-color: #5960DC;
}
.BgClassName
{
background-color: #5960DC;
}
</style>
border-color css
<style>
span { border-color: #5960DC; }
span { border-color: rgb(89,96,220); }
td.TdClassName
{
border-color: #5960DC;
}
.TagClassName
{
border-color: #5960DC;
}
</style>