Shades of Slate Blue #565BDA
Tints of Slate Blue #565BDA
RGB
CMYK
RGB Variations
Color information
#565BDA (or 0x565BDA) is known color: Slate Blue. HEX triplet: 56, 5B and DA. RGB value is (86,91,218). Sum of RGB (Red+Green+Blue) = 86+91+218=395 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.77% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #565BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565BDA is #A9A425. Grayscale: #676767. Windows color (decimal): -11117606 or 14310230. OLE color: 14310230.
HSL color Cylindrical-coordinate representation of color #565BDA: hue angle of 237.73º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #565BDA is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 91 | 218 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.15 |
| HSL | 237.73º | 0.64% | 0.6% | - |
| HSV(B) | 237.73º | 0.61% | 0.85% | - |
| XYZ | 20.23 | 14.52 | 68.07 | - |
| YUV | 103.98 | 192.34 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 91 | 218 | 0.61 | 0.58 | 0 | 0.15 | 237.73 | 0.64 | 0.6 |
| Hex | 56 | 5B | DA | 3D | 3A | 0 | F | EE | 40 | 3C |
| Octal | 126 | 133 | 332 | 75 | 72 | 0 | 17 | 356 | 100 | 74 |
| Binary | 1010110 | 1011011 | 11011010 | 111101 | 111010 | 0 | 1111 | 11101110 | 1000000 | 111100 |
Color Harmonies of #565BDA
Complementary color
Monochromatic Colors of #565BDA
Black with #565BDA
Text Example
Text Example
White with #565BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565BDA; }
p { color: rgb(86,91,218); }
H1.HeaderClassName
{
color: #565BDA;
}
.AnyTagClassName
{
color: #565BDA;
}
</style>
background-color css
<style>
a { background-color: #565BDA; }
a { background-color: rgb(86,91,218); }
div.DivClassName
{
background-color: #565BDA;
}
.BgClassName
{
background-color: #565BDA;
}
</style>
border-color css
<style>
span { border-color: #565BDA; }
span { border-color: rgb(86,91,218); }
td.TdClassName
{
border-color: #565BDA;
}
.TagClassName
{
border-color: #565BDA;
}
</style>