Shades of Slate Blue #565ED6
Tints of Slate Blue #565ED6
RGB
CMYK
RGB Variations
Color information
#565ED6 (or 0x565ED6) is known color: Slate Blue. HEX triplet: 56, 5E and D6. RGB value is (86,94,214). Sum of RGB (Red+Green+Blue) = 86+94+214=394 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.83% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 214 (83.98% from 255 or 54.31% from 394); Max value from RGB is 214 - color contains mainly: blue. Hex color #565ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565ED6 is #A9A129. Grayscale: #686868. Windows color (decimal): -11116842 or 14048854. OLE color: 14048854.
HSL color Cylindrical-coordinate representation of color #565ED6: hue angle of 236.25º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #565ED6 is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 94 | 214 | - |
| CMYK | 0.60 | 0.56 | 0 | 0.16 |
| HSL | 236.25º | 0.61% | 0.59% | - |
| HSV(B) | 236.25º | 0.6% | 0.84% | - |
| XYZ | 19.98 | 14.84 | 65.43 | - |
| YUV | 105.29 | 189.35 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 94 | 214 | 0.60 | 0.56 | 0 | 0.16 | 236.25 | 0.61 | 0.59 |
| Hex | 56 | 5E | D6 | 3C | 38 | 0 | 10 | EC | 3D | 3B |
| Octal | 126 | 136 | 326 | 74 | 70 | 0 | 20 | 354 | 75 | 73 |
| Binary | 1010110 | 1011110 | 11010110 | 111100 | 111000 | 0 | 10000 | 11101100 | 111101 | 111011 |
Color Harmonies of #565ED6
Complementary color
Monochromatic Colors of #565ED6
Black with #565ED6
Text Example
Text Example
White with #565ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565ED6; }
p { color: rgb(86,94,214); }
H1.HeaderClassName
{
color: #565ED6;
}
.AnyTagClassName
{
color: #565ED6;
}
</style>
background-color css
<style>
a { background-color: #565ED6; }
a { background-color: rgb(86,94,214); }
div.DivClassName
{
background-color: #565ED6;
}
.BgClassName
{
background-color: #565ED6;
}
</style>
border-color css
<style>
span { border-color: #565ED6; }
span { border-color: rgb(86,94,214); }
td.TdClassName
{
border-color: #565ED6;
}
.TagClassName
{
border-color: #565ED6;
}
</style>