Shades of Slate Blue #564FCE
Tints of Slate Blue #564FCE
RGB
CMYK
RGB Variations
Color information
#564FCE (or 0x564FCE) is known color: Slate Blue. HEX triplet: 56, 4F and CE. RGB value is (86,79,206). Sum of RGB (Red+Green+Blue) = 86+79+206=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #564FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564FCE is #A9B031. Grayscale: #5F5F5F. Windows color (decimal): -11120690 or 13520726. OLE color: 13520726.
HSL color Cylindrical-coordinate representation of color #564FCE: hue angle of 243.31º degrees, saturation: 0.56, 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 #564FCE is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 79 | 206 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.19 |
| HSL | 243.31º | 0.56% | 0.56% | - |
| HSV(B) | 243.31º | 0.62% | 0.81% | - |
| XYZ | 17.77 | 12.03 | 59.78 | - |
| YUV | 95.57 | 190.32 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 79 | 206 | 0.58 | 0.62 | 0 | 0.19 | 243.31 | 0.56 | 0.56 |
| Hex | 56 | 4F | CE | 3A | 3E | 0 | 13 | F3 | 38 | 38 |
| Octal | 126 | 117 | 316 | 72 | 76 | 0 | 23 | 363 | 70 | 70 |
| Binary | 1010110 | 1001111 | 11001110 | 111010 | 111110 | 0 | 10011 | 11110011 | 111000 | 111000 |
Color Harmonies of #564FCE
Complementary color
Monochromatic Colors of #564FCE
Black with #564FCE
Text Example
Text Example
White with #564FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564FCE; }
p { color: rgb(86,79,206); }
H1.HeaderClassName
{
color: #564FCE;
}
.AnyTagClassName
{
color: #564FCE;
}
</style>
background-color css
<style>
a { background-color: #564FCE; }
a { background-color: rgb(86,79,206); }
div.DivClassName
{
background-color: #564FCE;
}
.BgClassName
{
background-color: #564FCE;
}
</style>
border-color css
<style>
span { border-color: #564FCE; }
span { border-color: rgb(86,79,206); }
td.TdClassName
{
border-color: #564FCE;
}
.TagClassName
{
border-color: #564FCE;
}
</style>