Shades of Slate Blue #5951CF
Tints of Slate Blue #5951CF
RGB
CMYK
RGB Variations
Color information
#5951CF (or 0x5951CF) is known color: Slate Blue. HEX triplet: 59, 51 and CF. RGB value is (89,81,207). Sum of RGB (Red+Green+Blue) = 89+81+207=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #5951CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5951CF is #A6AE30. Grayscale: #616161. Windows color (decimal): -10923569 or 13586777. OLE color: 13586777.
HSL color Cylindrical-coordinate representation of color #5951CF: hue angle of 243.81º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5951CF is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 81 | 207 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.19 |
| HSL | 243.81º | 0.57% | 0.56% | - |
| HSV(B) | 243.81º | 0.61% | 0.81% | - |
| XYZ | 18.32 | 12.51 | 60.48 | - |
| YUV | 97.76 | 189.65 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 207 | 0.57 | 0.61 | 0 | 0.19 | 243.81 | 0.57 | 0.56 |
| Hex | 59 | 51 | CF | 39 | 3D | 0 | 13 | F4 | 39 | 38 |
| Octal | 131 | 121 | 317 | 71 | 75 | 0 | 23 | 364 | 71 | 70 |
| Binary | 1011001 | 1010001 | 11001111 | 111001 | 111101 | 0 | 10011 | 11110100 | 111001 | 111000 |
Color Harmonies of #5951CF
Complementary color
Monochromatic Colors of #5951CF
Black with #5951CF
Text Example
Text Example
White with #5951CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5951CF; }
p { color: rgb(89,81,207); }
H1.HeaderClassName
{
color: #5951CF;
}
.AnyTagClassName
{
color: #5951CF;
}
</style>
background-color css
<style>
a { background-color: #5951CF; }
a { background-color: rgb(89,81,207); }
div.DivClassName
{
background-color: #5951CF;
}
.BgClassName
{
background-color: #5951CF;
}
</style>
border-color css
<style>
span { border-color: #5951CF; }
span { border-color: rgb(89,81,207); }
td.TdClassName
{
border-color: #5951CF;
}
.TagClassName
{
border-color: #5951CF;
}
</style>