Shades of Slate Blue #5962CC
Tints of Slate Blue #5962CC
RGB
CMYK
RGB Variations
Color information
#5962CC (or 0x5962CC) is known color: Slate Blue. HEX triplet: 59, 62 and CC. RGB value is (89,98,204). Sum of RGB (Red+Green+Blue) = 89+98+204=391 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.76% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #5962CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5962CC is #A69D33. Grayscale: #6A6A6A. Windows color (decimal): -10919220 or 13394521. OLE color: 13394521.
HSL color Cylindrical-coordinate representation of color #5962CC: hue angle of 235.3º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5962CC is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 98 | 204 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.2 |
| HSL | 235.3º | 0.53% | 0.57% | - |
| HSV(B) | 235.3º | 0.56% | 0.8% | - |
| XYZ | 19.39 | 15.22 | 59.04 | - |
| YUV | 107.39 | 182.52 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 98 | 204 | 0.56 | 0.52 | 0 | 0.2 | 235.3 | 0.53 | 0.57 |
| Hex | 59 | 62 | CC | 38 | 34 | 0 | 14 | EB | 35 | 39 |
| Octal | 131 | 142 | 314 | 70 | 64 | 0 | 24 | 353 | 65 | 71 |
| Binary | 1011001 | 1100010 | 11001100 | 111000 | 110100 | 0 | 10100 | 11101011 | 110101 | 111001 |
Color Harmonies of #5962CC
Complementary color
Monochromatic Colors of #5962CC
Black with #5962CC
Text Example
Text Example
White with #5962CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5962CC; }
p { color: rgb(89,98,204); }
H1.HeaderClassName
{
color: #5962CC;
}
.AnyTagClassName
{
color: #5962CC;
}
</style>
background-color css
<style>
a { background-color: #5962CC; }
a { background-color: rgb(89,98,204); }
div.DivClassName
{
background-color: #5962CC;
}
.BgClassName
{
background-color: #5962CC;
}
</style>
border-color css
<style>
span { border-color: #5962CC; }
span { border-color: rgb(89,98,204); }
td.TdClassName
{
border-color: #5962CC;
}
.TagClassName
{
border-color: #5962CC;
}
</style>