Shades of Slate Blue #565BDD
Tints of Slate Blue #565BDD
RGB
CMYK
RGB Variations
Color information
#565BDD (or 0x565BDD) is known color: Slate Blue. HEX triplet: 56, 5B and DD. RGB value is (86,91,221). Sum of RGB (Red+Green+Blue) = 86+91+221=398 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.61% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #565BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565BDD is #A9A422. Grayscale: #676767. Windows color (decimal): -11117603 or 14506838. OLE color: 14506838.
HSL color Cylindrical-coordinate representation of color #565BDD: hue angle of 237.78º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #565BDD is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 91 | 221 | - |
| CMYK | 0.61 | 0.59 | 0 | 0.13 |
| HSL | 237.78º | 0.67% | 0.6% | - |
| HSV(B) | 237.78º | 0.61% | 0.87% | - |
| XYZ | 20.63 | 14.68 | 70.15 | - |
| YUV | 104.33 | 193.84 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 91 | 221 | 0.61 | 0.59 | 0 | 0.13 | 237.78 | 0.67 | 0.6 |
| Hex | 56 | 5B | DD | 3D | 3B | 0 | D | EE | 43 | 3C |
| Octal | 126 | 133 | 335 | 75 | 73 | 0 | 15 | 356 | 103 | 74 |
| Binary | 1010110 | 1011011 | 11011101 | 111101 | 111011 | 0 | 1101 | 11101110 | 1000011 | 111100 |
Color Harmonies of #565BDD
Complementary color
Monochromatic Colors of #565BDD
Black with #565BDD
Text Example
Text Example
White with #565BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565BDD; }
p { color: rgb(86,91,221); }
H1.HeaderClassName
{
color: #565BDD;
}
.AnyTagClassName
{
color: #565BDD;
}
</style>
background-color css
<style>
a { background-color: #565BDD; }
a { background-color: rgb(86,91,221); }
div.DivClassName
{
background-color: #565BDD;
}
.BgClassName
{
background-color: #565BDD;
}
</style>
border-color css
<style>
span { border-color: #565BDD; }
span { border-color: rgb(86,91,221); }
td.TdClassName
{
border-color: #565BDD;
}
.TagClassName
{
border-color: #565BDD;
}
</style>