Shades of Slate Blue #564CDE
Tints of Slate Blue #564CDE
RGB
CMYK
RGB Variations
Color information
#564CDE (or 0x564CDE) is known color: Slate Blue. HEX triplet: 56, 4C and DE. RGB value is (86,76,222). Sum of RGB (Red+Green+Blue) = 86+76+222=384 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.40% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 222 (87.11% from 255 or 57.81% from 384); Max value from RGB is 222 - color contains mainly: blue. Hex color #564CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564CDE is #A9B321. Grayscale: #5F5F5F. Windows color (decimal): -11121442 or 14568534. OLE color: 14568534.
HSL color Cylindrical-coordinate representation of color #564CDE: hue angle of 244.11º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #564CDE is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 76 | 222 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.13 |
| HSL | 244.11º | 0.69% | 0.58% | - |
| HSV(B) | 244.11º | 0.66% | 0.87% | - |
| XYZ | 19.61 | 12.42 | 70.47 | - |
| YUV | 95.63 | 199.31 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 76 | 222 | 0.61 | 0.66 | 0 | 0.13 | 244.11 | 0.69 | 0.58 |
| Hex | 56 | 4C | DE | 3D | 42 | 0 | D | F4 | 45 | 3A |
| Octal | 126 | 114 | 336 | 75 | 102 | 0 | 15 | 364 | 105 | 72 |
| Binary | 1010110 | 1001100 | 11011110 | 111101 | 1000010 | 0 | 1101 | 11110100 | 1000101 | 111010 |
Color Harmonies of #564CDE
Complementary color
Monochromatic Colors of #564CDE
Black with #564CDE
Text Example
Text Example
White with #564CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564CDE; }
p { color: rgb(86,76,222); }
H1.HeaderClassName
{
color: #564CDE;
}
.AnyTagClassName
{
color: #564CDE;
}
</style>
background-color css
<style>
a { background-color: #564CDE; }
a { background-color: rgb(86,76,222); }
div.DivClassName
{
background-color: #564CDE;
}
.BgClassName
{
background-color: #564CDE;
}
</style>
border-color css
<style>
span { border-color: #564CDE; }
span { border-color: rgb(86,76,222); }
td.TdClassName
{
border-color: #564CDE;
}
.TagClassName
{
border-color: #564CDE;
}
</style>