Shades of Kashmir Blue #566D8D
Tints of Kashmir Blue #566D8D
RGB
CMYK
RGB Variations
Color information
#566D8D (or 0x566D8D) is known color: Kashmir Blue. HEX triplet: 56, 6D and 8D. RGB value is (86,109,141). Sum of RGB (Red+Green+Blue) = 86+109+141=336 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.60% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 141 - color contains mainly: blue. Hex color #566D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566D8D is #A99272. Grayscale: #696969. Windows color (decimal): -11113075 or 9268566. OLE color: 9268566.
HSL color Cylindrical-coordinate representation of color #566D8D: hue angle of 214.91º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #566D8D is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 109 | 141 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.45 |
| HSL | 214.91º | 0.24% | 0.45% | - |
| HSV(B) | 214.91º | 0.39% | 0.55% | - |
| XYZ | 14.11 | 14.84 | 27.32 | - |
| YUV | 105.77 | 147.88 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 109 | 141 | 0.39 | 0.23 | 0 | 0.45 | 214.91 | 0.24 | 0.45 |
| Hex | 56 | 6D | 8D | 27 | 17 | 0 | 2D | D7 | 18 | 2D |
| Octal | 126 | 155 | 215 | 47 | 27 | 0 | 55 | 327 | 30 | 55 |
| Binary | 1010110 | 1101101 | 10001101 | 100111 | 10111 | 0 | 101101 | 11010111 | 11000 | 101101 |
Color Harmonies of #566D8D
Complementary color
Monochromatic Colors of #566D8D
Black with #566D8D
Text Example
Text Example
White with #566D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566D8D; }
p { color: rgb(86,109,141); }
H1.HeaderClassName
{
color: #566D8D;
}
.AnyTagClassName
{
color: #566D8D;
}
</style>
background-color css
<style>
a { background-color: #566D8D; }
a { background-color: rgb(86,109,141); }
div.DivClassName
{
background-color: #566D8D;
}
.BgClassName
{
background-color: #566D8D;
}
</style>
border-color css
<style>
span { border-color: #566D8D; }
span { border-color: rgb(86,109,141); }
td.TdClassName
{
border-color: #566D8D;
}
.TagClassName
{
border-color: #566D8D;
}
</style>