Shades of Slate Blue #5960D7
Tints of Slate Blue #5960D7
RGB
CMYK
RGB Variations
Color information
#5960D7 (or 0x5960D7) is known color: Slate Blue. HEX triplet: 59, 60 and D7. RGB value is (89,96,215). Sum of RGB (Red+Green+Blue) = 89+96+215=400 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.25% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 215 (84.38% from 255 or 53.75% from 400); Max value from RGB is 215 - color contains mainly: blue. Hex color #5960D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5960D7 is #A69F28. Grayscale: #6A6A6A. Windows color (decimal): -10919721 or 14114905. OLE color: 14114905.
HSL color Cylindrical-coordinate representation of color #5960D7: hue angle of 236.67º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5960D7 is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 96 | 215 | - |
| CMYK | 0.59 | 0.55 | 0 | 0.16 |
| HSL | 236.67º | 0.61% | 0.6% | - |
| HSV(B) | 236.67º | 0.59% | 0.84% | - |
| XYZ | 20.57 | 15.4 | 66.18 | - |
| YUV | 107.47 | 188.68 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 96 | 215 | 0.59 | 0.55 | 0 | 0.16 | 236.67 | 0.61 | 0.6 |
| Hex | 59 | 60 | D7 | 3B | 37 | 0 | 10 | ED | 3D | 3C |
| Octal | 131 | 140 | 327 | 73 | 67 | 0 | 20 | 355 | 75 | 74 |
| Binary | 1011001 | 1100000 | 11010111 | 111011 | 110111 | 0 | 10000 | 11101101 | 111101 | 111100 |
Color Harmonies of #5960D7
Complementary color
Monochromatic Colors of #5960D7
Black with #5960D7
Text Example
Text Example
White with #5960D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5960D7; }
p { color: rgb(89,96,215); }
H1.HeaderClassName
{
color: #5960D7;
}
.AnyTagClassName
{
color: #5960D7;
}
</style>
background-color css
<style>
a { background-color: #5960D7; }
a { background-color: rgb(89,96,215); }
div.DivClassName
{
background-color: #5960D7;
}
.BgClassName
{
background-color: #5960D7;
}
</style>
border-color css
<style>
span { border-color: #5960D7; }
span { border-color: rgb(89,96,215); }
td.TdClassName
{
border-color: #5960D7;
}
.TagClassName
{
border-color: #5960D7;
}
</style>