Shades of Kashmir Blue #566A88
Tints of Kashmir Blue #566A88
RGB
CMYK
RGB Variations
Color information
#566A88 (or 0x566A88) is known color: Kashmir Blue. HEX triplet: 56, 6A and 88. RGB value is (86,106,136). Sum of RGB (Red+Green+Blue) = 86+106+136=328 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.22% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 136 - color contains mainly: blue. Hex color #566A88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566A88 is #A99577. Grayscale: #676767. Windows color (decimal): -11113848 or 8940118. OLE color: 8940118.
HSL color Cylindrical-coordinate representation of color #566A88: hue angle of 216º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #566A88 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 106 | 136 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.47 |
| HSL | 216º | 0.23% | 0.44% | - |
| HSV(B) | 216º | 0.37% | 0.53% | - |
| XYZ | 13.44 | 14.06 | 25.3 | - |
| YUV | 103.44 | 146.37 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 106 | 136 | 0.37 | 0.22 | 0 | 0.47 | 216 | 0.23 | 0.44 |
| Hex | 56 | 6A | 88 | 25 | 16 | 0 | 2F | D8 | 17 | 2C |
| Octal | 126 | 152 | 210 | 45 | 26 | 0 | 57 | 330 | 27 | 54 |
| Binary | 1010110 | 1101010 | 10001000 | 100101 | 10110 | 0 | 101111 | 11011000 | 10111 | 101100 |
Color Harmonies of #566A88
Complementary color
Monochromatic Colors of #566A88
Black with #566A88
Text Example
Text Example
White with #566A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566A88; }
p { color: rgb(86,106,136); }
H1.HeaderClassName
{
color: #566A88;
}
.AnyTagClassName
{
color: #566A88;
}
</style>
background-color css
<style>
a { background-color: #566A88; }
a { background-color: rgb(86,106,136); }
div.DivClassName
{
background-color: #566A88;
}
.BgClassName
{
background-color: #566A88;
}
</style>
border-color css
<style>
span { border-color: #566A88; }
span { border-color: rgb(86,106,136); }
td.TdClassName
{
border-color: #566A88;
}
.TagClassName
{
border-color: #566A88;
}
</style>