Shades of Slate Blue #565AD6
Tints of Slate Blue #565AD6
RGB
CMYK
RGB Variations
Color information
#565AD6 (or 0x565AD6) is known color: Slate Blue. HEX triplet: 56, 5A and D6. RGB value is (86,90,214). Sum of RGB (Red+Green+Blue) = 86+90+214=390 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.05% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 214 (83.98% from 255 or 54.87% from 390); Max value from RGB is 214 - color contains mainly: blue. Hex color #565AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565AD6 is #A9A529. Grayscale: #666666. Windows color (decimal): -11117866 or 14047830. OLE color: 14047830.
HSL color Cylindrical-coordinate representation of color #565AD6: hue angle of 238.12º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #565AD6 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 90 | 214 | - |
| CMYK | 0.60 | 0.58 | 0 | 0.16 |
| HSL | 238.13º | 0.61% | 0.59% | - |
| HSV(B) | 238.13º | 0.6% | 0.84% | - |
| XYZ | 19.63 | 14.15 | 65.31 | - |
| YUV | 102.94 | 190.67 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 90 | 214 | 0.60 | 0.58 | 0 | 0.16 | 238.13 | 0.61 | 0.59 |
| Hex | 56 | 5A | D6 | 3C | 3A | 0 | 10 | EE | 3D | 3B |
| Octal | 126 | 132 | 326 | 74 | 72 | 0 | 20 | 356 | 75 | 73 |
| Binary | 1010110 | 1011010 | 11010110 | 111100 | 111010 | 0 | 10000 | 11101110 | 111101 | 111011 |
Color Harmonies of #565AD6
Complementary color
Monochromatic Colors of #565AD6
Black with #565AD6
Text Example
Text Example
White with #565AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565AD6; }
p { color: rgb(86,90,214); }
H1.HeaderClassName
{
color: #565AD6;
}
.AnyTagClassName
{
color: #565AD6;
}
</style>
background-color css
<style>
a { background-color: #565AD6; }
a { background-color: rgb(86,90,214); }
div.DivClassName
{
background-color: #565AD6;
}
.BgClassName
{
background-color: #565AD6;
}
</style>
border-color css
<style>
span { border-color: #565AD6; }
span { border-color: rgb(86,90,214); }
td.TdClassName
{
border-color: #565AD6;
}
.TagClassName
{
border-color: #565AD6;
}
</style>