Shades of Slate Blue #565AD9
Tints of Slate Blue #565AD9
RGB
CMYK
RGB Variations
Color information
#565AD9 (or 0x565AD9) is known color: Slate Blue. HEX triplet: 56, 5A and D9. RGB value is (86,90,217). Sum of RGB (Red+Green+Blue) = 86+90+217=393 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.88% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 217 (85.16% from 255 or 55.22% from 393); Max value from RGB is 217 - color contains mainly: blue. Hex color #565AD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565AD9 is #A9A526. Grayscale: #666666. Windows color (decimal): -11117863 or 14244438. OLE color: 14244438.
HSL color Cylindrical-coordinate representation of color #565AD9: hue angle of 238.17º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #565AD9 is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 90 | 217 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.15 |
| HSL | 238.17º | 0.63% | 0.59% | - |
| HSV(B) | 238.17º | 0.6% | 0.85% | - |
| XYZ | 20.02 | 14.3 | 67.35 | - |
| YUV | 103.28 | 192.17 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 90 | 217 | 0.60 | 0.59 | 0 | 0.15 | 238.17 | 0.63 | 0.59 |
| Hex | 56 | 5A | D9 | 3C | 3B | 0 | F | EE | 3F | 3B |
| Octal | 126 | 132 | 331 | 74 | 73 | 0 | 17 | 356 | 77 | 73 |
| Binary | 1010110 | 1011010 | 11011001 | 111100 | 111011 | 0 | 1111 | 11101110 | 111111 | 111011 |
Color Harmonies of #565AD9
Complementary color
Monochromatic Colors of #565AD9
Black with #565AD9
Text Example
Text Example
White with #565AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565AD9; }
p { color: rgb(86,90,217); }
H1.HeaderClassName
{
color: #565AD9;
}
.AnyTagClassName
{
color: #565AD9;
}
</style>
background-color css
<style>
a { background-color: #565AD9; }
a { background-color: rgb(86,90,217); }
div.DivClassName
{
background-color: #565AD9;
}
.BgClassName
{
background-color: #565AD9;
}
</style>
border-color css
<style>
span { border-color: #565AD9; }
span { border-color: rgb(86,90,217); }
td.TdClassName
{
border-color: #565AD9;
}
.TagClassName
{
border-color: #565AD9;
}
</style>