Shades of Slate Blue #5951CC
Tints of Slate Blue #5951CC
RGB
CMYK
RGB Variations
Color information
#5951CC (or 0x5951CC) is known color: Slate Blue. HEX triplet: 59, 51 and CC. RGB value is (89,81,204). Sum of RGB (Red+Green+Blue) = 89+81+204=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #5951CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5951CC is #A6AE33. Grayscale: #606060. Windows color (decimal): -10923572 or 13390169. OLE color: 13390169.
HSL color Cylindrical-coordinate representation of color #5951CC: hue angle of 243.9º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5951CC is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 81 | 204 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.2 |
| HSL | 243.9º | 0.55% | 0.56% | - |
| HSV(B) | 243.9º | 0.6% | 0.8% | - |
| XYZ | 17.96 | 12.37 | 58.57 | - |
| YUV | 97.41 | 188.15 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 204 | 0.56 | 0.60 | 0 | 0.2 | 243.9 | 0.55 | 0.56 |
| Hex | 59 | 51 | CC | 38 | 3C | 0 | 14 | F4 | 37 | 38 |
| Octal | 131 | 121 | 314 | 70 | 74 | 0 | 24 | 364 | 67 | 70 |
| Binary | 1011001 | 1010001 | 11001100 | 111000 | 111100 | 0 | 10100 | 11110100 | 110111 | 111000 |
Color Harmonies of #5951CC
Complementary color
Monochromatic Colors of #5951CC
Black with #5951CC
Text Example
Text Example
White with #5951CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5951CC; }
p { color: rgb(89,81,204); }
H1.HeaderClassName
{
color: #5951CC;
}
.AnyTagClassName
{
color: #5951CC;
}
</style>
background-color css
<style>
a { background-color: #5951CC; }
a { background-color: rgb(89,81,204); }
div.DivClassName
{
background-color: #5951CC;
}
.BgClassName
{
background-color: #5951CC;
}
</style>
border-color css
<style>
span { border-color: #5951CC; }
span { border-color: rgb(89,81,204); }
td.TdClassName
{
border-color: #5951CC;
}
.TagClassName
{
border-color: #5951CC;
}
</style>