Shades of Slate Blue #564ECF
Tints of Slate Blue #564ECF
RGB
CMYK
RGB Variations
Color information
#564ECF (or 0x564ECF) is known color: Slate Blue. HEX triplet: 56, 4E and CF. RGB value is (86,78,207). Sum of RGB (Red+Green+Blue) = 86+78+207=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #564ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564ECF is #A9B130. Grayscale: #5E5E5E. Windows color (decimal): -11120945 or 13586006. OLE color: 13586006.
HSL color Cylindrical-coordinate representation of color #564ECF: hue angle of 243.72º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #564ECF is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 78 | 207 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.19 |
| HSL | 243.72º | 0.57% | 0.56% | - |
| HSV(B) | 243.72º | 0.62% | 0.81% | - |
| XYZ | 17.82 | 11.93 | 60.4 | - |
| YUV | 95.1 | 191.15 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 207 | 0.58 | 0.62 | 0 | 0.19 | 243.72 | 0.57 | 0.56 |
| Hex | 56 | 4E | CF | 3A | 3E | 0 | 13 | F4 | 39 | 38 |
| Octal | 126 | 116 | 317 | 72 | 76 | 0 | 23 | 364 | 71 | 70 |
| Binary | 1010110 | 1001110 | 11001111 | 111010 | 111110 | 0 | 10011 | 11110100 | 111001 | 111000 |
Color Harmonies of #564ECF
Complementary color
Monochromatic Colors of #564ECF
Black with #564ECF
Text Example
Text Example
White with #564ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564ECF; }
p { color: rgb(86,78,207); }
H1.HeaderClassName
{
color: #564ECF;
}
.AnyTagClassName
{
color: #564ECF;
}
</style>
background-color css
<style>
a { background-color: #564ECF; }
a { background-color: rgb(86,78,207); }
div.DivClassName
{
background-color: #564ECF;
}
.BgClassName
{
background-color: #564ECF;
}
</style>
border-color css
<style>
span { border-color: #564ECF; }
span { border-color: rgb(86,78,207); }
td.TdClassName
{
border-color: #564ECF;
}
.TagClassName
{
border-color: #564ECF;
}
</style>