Shades of Slate Blue #5960D8
Tints of Slate Blue #5960D8
RGB
CMYK
RGB Variations
Color information
#5960D8 (or 0x5960D8) is known color: Slate Blue. HEX triplet: 59, 60 and D8. RGB value is (89,96,216). Sum of RGB (Red+Green+Blue) = 89+96+216=401 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.19% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 216 (84.77% from 255 or 53.87% from 401); Max value from RGB is 216 - color contains mainly: blue. Hex color #5960D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5960D8 is #A69F27. Grayscale: #6B6B6B. Windows color (decimal): -10919720 or 14180441. OLE color: 14180441.
HSL color Cylindrical-coordinate representation of color #5960D8: hue angle of 236.69º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5960D8 is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 89 | 96 | 216 | - |
| CMYK | 0.59 | 0.56 | 0 | 0.15 |
| HSL | 236.69º | 0.62% | 0.6% | - |
| HSV(B) | 236.69º | 0.59% | 0.85% | - |
| XYZ | 20.7 | 15.45 | 66.86 | - |
| YUV | 107.59 | 189.18 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 96 | 216 | 0.59 | 0.56 | 0 | 0.15 | 236.69 | 0.62 | 0.6 |
| Hex | 59 | 60 | D8 | 3B | 38 | 0 | F | ED | 3E | 3C |
| Octal | 131 | 140 | 330 | 73 | 70 | 0 | 17 | 355 | 76 | 74 |
| Binary | 1011001 | 1100000 | 11011000 | 111011 | 111000 | 0 | 1111 | 11101101 | 111110 | 111100 |
Color Harmonies of #5960D8
Complementary color
Monochromatic Colors of #5960D8
Black with #5960D8
Text Example
Text Example
White with #5960D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5960D8; }
p { color: rgb(89,96,216); }
H1.HeaderClassName
{
color: #5960D8;
}
.AnyTagClassName
{
color: #5960D8;
}
</style>
background-color css
<style>
a { background-color: #5960D8; }
a { background-color: rgb(89,96,216); }
div.DivClassName
{
background-color: #5960D8;
}
.BgClassName
{
background-color: #5960D8;
}
</style>
border-color css
<style>
span { border-color: #5960D8; }
span { border-color: rgb(89,96,216); }
td.TdClassName
{
border-color: #5960D8;
}
.TagClassName
{
border-color: #5960D8;
}
</style>