Shades of Slate Blue #564ADE
Tints of Slate Blue #564ADE
RGB
CMYK
RGB Variations
Color information
#564ADE (or 0x564ADE) is known color: Slate Blue. HEX triplet: 56, 4A and DE. RGB value is (86,74,222). Sum of RGB (Red+Green+Blue) = 86+74+222=382 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.51% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 222 (87.11% from 255 or 58.12% from 382); Max value from RGB is 222 - color contains mainly: blue. Hex color #564ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564ADE is #A9B521. Grayscale: #5D5D5D. Windows color (decimal): -11121954 or 14568022. OLE color: 14568022.
HSL color Cylindrical-coordinate representation of color #564ADE: hue angle of 244.86º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #564ADE is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 74 | 222 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.13 |
| HSL | 244.86º | 0.69% | 0.58% | - |
| HSV(B) | 244.86º | 0.67% | 0.87% | - |
| XYZ | 19.47 | 12.15 | 70.43 | - |
| YUV | 94.46 | 199.98 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 74 | 222 | 0.61 | 0.67 | 0 | 0.13 | 244.86 | 0.69 | 0.58 |
| Hex | 56 | 4A | DE | 3D | 43 | 0 | D | F5 | 45 | 3A |
| Octal | 126 | 112 | 336 | 75 | 103 | 0 | 15 | 365 | 105 | 72 |
| Binary | 1010110 | 1001010 | 11011110 | 111101 | 1000011 | 0 | 1101 | 11110101 | 1000101 | 111010 |
Color Harmonies of #564ADE
Complementary color
Monochromatic Colors of #564ADE
Black with #564ADE
Text Example
Text Example
White with #564ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564ADE; }
p { color: rgb(86,74,222); }
H1.HeaderClassName
{
color: #564ADE;
}
.AnyTagClassName
{
color: #564ADE;
}
</style>
background-color css
<style>
a { background-color: #564ADE; }
a { background-color: rgb(86,74,222); }
div.DivClassName
{
background-color: #564ADE;
}
.BgClassName
{
background-color: #564ADE;
}
</style>
border-color css
<style>
span { border-color: #564ADE; }
span { border-color: rgb(86,74,222); }
td.TdClassName
{
border-color: #564ADE;
}
.TagClassName
{
border-color: #564ADE;
}
</style>