Shades of Slate Blue #5651C9
Tints of Slate Blue #5651C9
RGB
CMYK
RGB Variations
Color information
#5651C9 (or 0x5651C9) is known color: Slate Blue. HEX triplet: 56, 51 and C9. RGB value is (86,81,201). Sum of RGB (Red+Green+Blue) = 86+81+201=368 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.37% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 201 (78.91% from 255 or 54.62% from 368); Max value from RGB is 201 - color contains mainly: blue. Hex color #5651C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5651C9 is #A9AE36. Grayscale: #5F5F5F. Windows color (decimal): -11120183 or 13193558. OLE color: 13193558.
HSL color Cylindrical-coordinate representation of color #5651C9: hue angle of 242.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5651C9 is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 86 | 81 | 201 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.21 |
| HSL | 242.5º | 0.53% | 0.55% | - |
| HSV(B) | 242.5º | 0.6% | 0.79% | - |
| XYZ | 17.32 | 12.08 | 56.68 | - |
| YUV | 96.18 | 187.16 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 81 | 201 | 0.57 | 0.60 | 0 | 0.21 | 242.5 | 0.53 | 0.55 |
| Hex | 56 | 51 | C9 | 39 | 3C | 0 | 15 | F2 | 35 | 37 |
| Octal | 126 | 121 | 311 | 71 | 74 | 0 | 25 | 362 | 65 | 67 |
| Binary | 1010110 | 1010001 | 11001001 | 111001 | 111100 | 0 | 10101 | 11110010 | 110101 | 110111 |
Color Harmonies of #5651C9
Complementary color
Monochromatic Colors of #5651C9
Black with #5651C9
Text Example
Text Example
White with #5651C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5651C9; }
p { color: rgb(86,81,201); }
H1.HeaderClassName
{
color: #5651C9;
}
.AnyTagClassName
{
color: #5651C9;
}
</style>
background-color css
<style>
a { background-color: #5651C9; }
a { background-color: rgb(86,81,201); }
div.DivClassName
{
background-color: #5651C9;
}
.BgClassName
{
background-color: #5651C9;
}
</style>
border-color css
<style>
span { border-color: #5651C9; }
span { border-color: rgb(86,81,201); }
td.TdClassName
{
border-color: #5651C9;
}
.TagClassName
{
border-color: #5651C9;
}
</style>