Shades of Slate Blue #565ADE
Tints of Slate Blue #565ADE
RGB
CMYK
RGB Variations
Color information
#565ADE (or 0x565ADE) is known color: Slate Blue. HEX triplet: 56, 5A and DE. RGB value is (86,90,222). Sum of RGB (Red+Green+Blue) = 86+90+222=398 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.61% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 222 (87.11% from 255 or 55.78% from 398); Max value from RGB is 222 - color contains mainly: blue. Hex color #565ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565ADE is #A9A521. Grayscale: #676767. Windows color (decimal): -11117858 or 14572118. OLE color: 14572118.
HSL color Cylindrical-coordinate representation of color #565ADE: hue angle of 238.24º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #565ADE is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 90 | 222 | - |
| CMYK | 0.61 | 0.59 | 0 | 0.13 |
| HSL | 238.24º | 0.67% | 0.6% | - |
| HSV(B) | 238.24º | 0.61% | 0.87% | - |
| XYZ | 20.68 | 14.56 | 70.83 | - |
| YUV | 103.85 | 194.67 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 90 | 222 | 0.61 | 0.59 | 0 | 0.13 | 238.24 | 0.67 | 0.6 |
| Hex | 56 | 5A | DE | 3D | 3B | 0 | D | EE | 43 | 3C |
| Octal | 126 | 132 | 336 | 75 | 73 | 0 | 15 | 356 | 103 | 74 |
| Binary | 1010110 | 1011010 | 11011110 | 111101 | 111011 | 0 | 1101 | 11101110 | 1000011 | 111100 |
Color Harmonies of #565ADE
Complementary color
Monochromatic Colors of #565ADE
Black with #565ADE
Text Example
Text Example
White with #565ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565ADE; }
p { color: rgb(86,90,222); }
H1.HeaderClassName
{
color: #565ADE;
}
.AnyTagClassName
{
color: #565ADE;
}
</style>
background-color css
<style>
a { background-color: #565ADE; }
a { background-color: rgb(86,90,222); }
div.DivClassName
{
background-color: #565ADE;
}
.BgClassName
{
background-color: #565ADE;
}
</style>
border-color css
<style>
span { border-color: #565ADE; }
span { border-color: rgb(86,90,222); }
td.TdClassName
{
border-color: #565ADE;
}
.TagClassName
{
border-color: #565ADE;
}
</style>