Shades of Slate Blue #5960DD
Tints of Slate Blue #5960DD
RGB
CMYK
RGB Variations
Color information
#5960DD (or 0x5960DD) is known color: Slate Blue. HEX triplet: 59, 60 and DD. RGB value is (89,96,221). Sum of RGB (Red+Green+Blue) = 89+96+221=406 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.92% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #5960DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5960DD is #A69F22. Grayscale: #6B6B6B. Windows color (decimal): -10919715 or 14508121. OLE color: 14508121.
HSL color Cylindrical-coordinate representation of color #5960DD: hue angle of 236.82º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5960DD is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 96 | 221 | - |
| CMYK | 0.60 | 0.57 | 0 | 0.13 |
| HSL | 236.82º | 0.66% | 0.61% | - |
| HSV(B) | 236.82º | 0.6% | 0.87% | - |
| XYZ | 21.35 | 15.71 | 70.31 | - |
| YUV | 108.16 | 191.68 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 96 | 221 | 0.60 | 0.57 | 0 | 0.13 | 236.82 | 0.66 | 0.61 |
| Hex | 59 | 60 | DD | 3C | 39 | 0 | D | ED | 42 | 3D |
| Octal | 131 | 140 | 335 | 74 | 71 | 0 | 15 | 355 | 102 | 75 |
| Binary | 1011001 | 1100000 | 11011101 | 111100 | 111001 | 0 | 1101 | 11101101 | 1000010 | 111101 |
Color Harmonies of #5960DD
Complementary color
Monochromatic Colors of #5960DD
Black with #5960DD
Text Example
Text Example
White with #5960DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5960DD; }
p { color: rgb(89,96,221); }
H1.HeaderClassName
{
color: #5960DD;
}
.AnyTagClassName
{
color: #5960DD;
}
</style>
background-color css
<style>
a { background-color: #5960DD; }
a { background-color: rgb(89,96,221); }
div.DivClassName
{
background-color: #5960DD;
}
.BgClassName
{
background-color: #5960DD;
}
</style>
border-color css
<style>
span { border-color: #5960DD; }
span { border-color: rgb(89,96,221); }
td.TdClassName
{
border-color: #5960DD;
}
.TagClassName
{
border-color: #5960DD;
}
</style>