Shades of Slate Blue #5962D5
Tints of Slate Blue #5962D5
RGB
CMYK
RGB Variations
Color information
#5962D5 (or 0x5962D5) is known color: Slate Blue. HEX triplet: 59, 62 and D5. RGB value is (89,98,213). Sum of RGB (Red+Green+Blue) = 89+98+213=400 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.25% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 213 (83.59% from 255 or 53.25% from 400); Max value from RGB is 213 - color contains mainly: blue. Hex color #5962D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5962D5 is #A69D2A. Grayscale: #6B6B6B. Windows color (decimal): -10919211 or 13984345. OLE color: 13984345.
HSL color Cylindrical-coordinate representation of color #5962D5: hue angle of 235.65º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5962D5 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 98 | 213 | - |
| CMYK | 0.58 | 0.54 | 0 | 0.16 |
| HSL | 235.65º | 0.6% | 0.59% | - |
| HSV(B) | 235.65º | 0.58% | 0.84% | - |
| XYZ | 20.5 | 15.66 | 64.89 | - |
| YUV | 108.42 | 187.02 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 98 | 213 | 0.58 | 0.54 | 0 | 0.16 | 235.65 | 0.6 | 0.59 |
| Hex | 59 | 62 | D5 | 3A | 36 | 0 | 10 | EC | 3C | 3B |
| Octal | 131 | 142 | 325 | 72 | 66 | 0 | 20 | 354 | 74 | 73 |
| Binary | 1011001 | 1100010 | 11010101 | 111010 | 110110 | 0 | 10000 | 11101100 | 111100 | 111011 |
Color Harmonies of #5962D5
Complementary color
Monochromatic Colors of #5962D5
Black with #5962D5
Text Example
Text Example
White with #5962D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5962D5; }
p { color: rgb(89,98,213); }
H1.HeaderClassName
{
color: #5962D5;
}
.AnyTagClassName
{
color: #5962D5;
}
</style>
background-color css
<style>
a { background-color: #5962D5; }
a { background-color: rgb(89,98,213); }
div.DivClassName
{
background-color: #5962D5;
}
.BgClassName
{
background-color: #5962D5;
}
</style>
border-color css
<style>
span { border-color: #5962D5; }
span { border-color: rgb(89,98,213); }
td.TdClassName
{
border-color: #5962D5;
}
.TagClassName
{
border-color: #5962D5;
}
</style>