Shades of Slate Blue #5651CE
Tints of Slate Blue #5651CE
RGB
CMYK
RGB Variations
Color information
#5651CE (or 0x5651CE) is known color: Slate Blue. HEX triplet: 56, 51 and CE. RGB value is (86,81,206). Sum of RGB (Red+Green+Blue) = 86+81+206=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #5651CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5651CE is #A9AE31. Grayscale: #606060. Windows color (decimal): -11120178 or 13521238. OLE color: 13521238.
HSL color Cylindrical-coordinate representation of color #5651CE: hue angle of 242.4º degrees, saturation: 0.56, 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 #5651CE is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 81 | 206 | - |
| CMYK | 0.58 | 0.61 | 0 | 0.19 |
| HSL | 242.4º | 0.56% | 0.56% | - |
| HSV(B) | 242.4º | 0.61% | 0.81% | - |
| XYZ | 17.92 | 12.32 | 59.83 | - |
| YUV | 96.75 | 189.66 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 81 | 206 | 0.58 | 0.61 | 0 | 0.19 | 242.4 | 0.56 | 0.56 |
| Hex | 56 | 51 | CE | 3A | 3D | 0 | 13 | F2 | 38 | 38 |
| Octal | 126 | 121 | 316 | 72 | 75 | 0 | 23 | 362 | 70 | 70 |
| Binary | 1010110 | 1010001 | 11001110 | 111010 | 111101 | 0 | 10011 | 11110010 | 111000 | 111000 |
Color Harmonies of #5651CE
Complementary color
Monochromatic Colors of #5651CE
Black with #5651CE
Text Example
Text Example
White with #5651CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5651CE; }
p { color: rgb(86,81,206); }
H1.HeaderClassName
{
color: #5651CE;
}
.AnyTagClassName
{
color: #5651CE;
}
</style>
background-color css
<style>
a { background-color: #5651CE; }
a { background-color: rgb(86,81,206); }
div.DivClassName
{
background-color: #5651CE;
}
.BgClassName
{
background-color: #5651CE;
}
</style>
border-color css
<style>
span { border-color: #5651CE; }
span { border-color: rgb(86,81,206); }
td.TdClassName
{
border-color: #5651CE;
}
.TagClassName
{
border-color: #5651CE;
}
</style>