Shades of Slate Blue #565DD8
Tints of Slate Blue #565DD8
RGB
CMYK
RGB Variations
Color information
#565DD8 (or 0x565DD8) is known color: Slate Blue. HEX triplet: 56, 5D and D8. RGB value is (86,93,216). Sum of RGB (Red+Green+Blue) = 86+93+216=395 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.77% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 216 (84.77% from 255 or 54.68% from 395); Max value from RGB is 216 - color contains mainly: blue. Hex color #565DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565DD8 is #A9A227. Grayscale: #686868. Windows color (decimal): -11117096 or 14179670. OLE color: 14179670.
HSL color Cylindrical-coordinate representation of color #565DD8: hue angle of 236.77º degrees, saturation: 0.62, 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 #565DD8 is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 93 | 216 | - |
| CMYK | 0.60 | 0.57 | 0 | 0.15 |
| HSL | 236.77º | 0.63% | 0.59% | - |
| HSV(B) | 236.77º | 0.6% | 0.85% | - |
| XYZ | 20.15 | 14.77 | 66.75 | - |
| YUV | 104.93 | 190.68 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 93 | 216 | 0.60 | 0.57 | 0 | 0.15 | 236.77 | 0.63 | 0.59 |
| Hex | 56 | 5D | D8 | 3C | 39 | 0 | F | ED | 3E | 3B |
| Octal | 126 | 135 | 330 | 74 | 71 | 0 | 17 | 355 | 76 | 73 |
| Binary | 1010110 | 1011101 | 11011000 | 111100 | 111001 | 0 | 1111 | 11101101 | 111110 | 111011 |
Color Harmonies of #565DD8
Complementary color
Monochromatic Colors of #565DD8
Black with #565DD8
Text Example
Text Example
White with #565DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565DD8; }
p { color: rgb(86,93,216); }
H1.HeaderClassName
{
color: #565DD8;
}
.AnyTagClassName
{
color: #565DD8;
}
</style>
background-color css
<style>
a { background-color: #565DD8; }
a { background-color: rgb(86,93,216); }
div.DivClassName
{
background-color: #565DD8;
}
.BgClassName
{
background-color: #565DD8;
}
</style>
border-color css
<style>
span { border-color: #565DD8; }
span { border-color: rgb(86,93,216); }
td.TdClassName
{
border-color: #565DD8;
}
.TagClassName
{
border-color: #565DD8;
}
</style>