Shades of Slate Blue #565BD2
Tints of Slate Blue #565BD2
RGB
CMYK
RGB Variations
Color information
#565BD2 (or 0x565BD2) is known color: Slate Blue. HEX triplet: 56, 5B and D2. RGB value is (86,91,210). Sum of RGB (Red+Green+Blue) = 86+91+210=387 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.22% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 210 (82.42% from 255 or 54.26% from 387); Max value from RGB is 210 - color contains mainly: blue. Hex color #565BD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565BD2 is #A9A42D. Grayscale: #666666. Windows color (decimal): -11117614 or 13785942. OLE color: 13785942.
HSL color Cylindrical-coordinate representation of color #565BD2: hue angle of 237.58º degrees, saturation: 0.58, 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 #565BD2 is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 86 | 91 | 210 | - |
| CMYK | 0.59 | 0.57 | 0 | 0.18 |
| HSL | 237.58º | 0.58% | 0.58% | - |
| HSV(B) | 237.58º | 0.59% | 0.82% | - |
| XYZ | 19.21 | 14.11 | 62.68 | - |
| YUV | 103.07 | 188.34 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 91 | 210 | 0.59 | 0.57 | 0 | 0.18 | 237.58 | 0.58 | 0.58 |
| Hex | 56 | 5B | D2 | 3B | 39 | 0 | 12 | EE | 3A | 3A |
| Octal | 126 | 133 | 322 | 73 | 71 | 0 | 22 | 356 | 72 | 72 |
| Binary | 1010110 | 1011011 | 11010010 | 111011 | 111001 | 0 | 10010 | 11101110 | 111010 | 111010 |
Color Harmonies of #565BD2
Complementary color
Monochromatic Colors of #565BD2
Black with #565BD2
Text Example
Text Example
White with #565BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565BD2; }
p { color: rgb(86,91,210); }
H1.HeaderClassName
{
color: #565BD2;
}
.AnyTagClassName
{
color: #565BD2;
}
</style>
background-color css
<style>
a { background-color: #565BD2; }
a { background-color: rgb(86,91,210); }
div.DivClassName
{
background-color: #565BD2;
}
.BgClassName
{
background-color: #565BD2;
}
</style>
border-color css
<style>
span { border-color: #565BD2; }
span { border-color: rgb(86,91,210); }
td.TdClassName
{
border-color: #565BD2;
}
.TagClassName
{
border-color: #565BD2;
}
</style>