Shades of Slate Blue #565BD1
Tints of Slate Blue #565BD1
RGB
CMYK
RGB Variations
Color information
#565BD1 (or 0x565BD1) is known color: Slate Blue. HEX triplet: 56, 5B and D1. RGB value is (86,91,209). Sum of RGB (Red+Green+Blue) = 86+91+209=386 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.28% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 209 (82.03% from 255 or 54.15% from 386); Max value from RGB is 209 - color contains mainly: blue. Hex color #565BD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565BD1 is #A9A42E. Grayscale: #666666. Windows color (decimal): -11117615 or 13720406. OLE color: 13720406.
HSL color Cylindrical-coordinate representation of color #565BD1: hue angle of 237.56º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #565BD1 is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 86 | 91 | 209 | - |
| CMYK | 0.59 | 0.56 | 0 | 0.18 |
| HSL | 237.56º | 0.57% | 0.58% | - |
| HSV(B) | 237.56º | 0.59% | 0.82% | - |
| XYZ | 19.09 | 14.06 | 62.03 | - |
| YUV | 102.96 | 187.84 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 91 | 209 | 0.59 | 0.56 | 0 | 0.18 | 237.56 | 0.57 | 0.58 |
| Hex | 56 | 5B | D1 | 3B | 38 | 0 | 12 | EE | 39 | 3A |
| Octal | 126 | 133 | 321 | 73 | 70 | 0 | 22 | 356 | 71 | 72 |
| Binary | 1010110 | 1011011 | 11010001 | 111011 | 111000 | 0 | 10010 | 11101110 | 111001 | 111010 |
Color Harmonies of #565BD1
Complementary color
Monochromatic Colors of #565BD1
Black with #565BD1
Text Example
Text Example
White with #565BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565BD1; }
p { color: rgb(86,91,209); }
H1.HeaderClassName
{
color: #565BD1;
}
.AnyTagClassName
{
color: #565BD1;
}
</style>
background-color css
<style>
a { background-color: #565BD1; }
a { background-color: rgb(86,91,209); }
div.DivClassName
{
background-color: #565BD1;
}
.BgClassName
{
background-color: #565BD1;
}
</style>
border-color css
<style>
span { border-color: #565BD1; }
span { border-color: rgb(86,91,209); }
td.TdClassName
{
border-color: #565BD1;
}
.TagClassName
{
border-color: #565BD1;
}
</style>