Shades of Kashmir Blue #566C88
Tints of Kashmir Blue #566C88
RGB
CMYK
RGB Variations
Color information
#566C88 (or 0x566C88) is known color: Kashmir Blue. HEX triplet: 56, 6C and 88. RGB value is (86,108,136). Sum of RGB (Red+Green+Blue) = 86+108+136=330 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.06% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 136 - color contains mainly: blue. Hex color #566C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566C88 is #A99377. Grayscale: #686868. Windows color (decimal): -11113336 or 8940630. OLE color: 8940630.
HSL color Cylindrical-coordinate representation of color #566C88: hue angle of 213.6º 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 #566C88 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 108 | 136 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.47 |
| HSL | 213.6º | 0.23% | 0.44% | - |
| HSV(B) | 213.6º | 0.37% | 0.53% | - |
| XYZ | 13.64 | 14.48 | 25.37 | - |
| YUV | 104.61 | 145.71 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 108 | 136 | 0.37 | 0.21 | 0 | 0.47 | 213.6 | 0.23 | 0.44 |
| Hex | 56 | 6C | 88 | 25 | 15 | 0 | 2F | D6 | 17 | 2C |
| Octal | 126 | 154 | 210 | 45 | 25 | 0 | 57 | 326 | 27 | 54 |
| Binary | 1010110 | 1101100 | 10001000 | 100101 | 10101 | 0 | 101111 | 11010110 | 10111 | 101100 |
Color Harmonies of #566C88
Complementary color
Monochromatic Colors of #566C88
Black with #566C88
Text Example
Text Example
White with #566C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566C88; }
p { color: rgb(86,108,136); }
H1.HeaderClassName
{
color: #566C88;
}
.AnyTagClassName
{
color: #566C88;
}
</style>
background-color css
<style>
a { background-color: #566C88; }
a { background-color: rgb(86,108,136); }
div.DivClassName
{
background-color: #566C88;
}
.BgClassName
{
background-color: #566C88;
}
</style>
border-color css
<style>
span { border-color: #566C88; }
span { border-color: rgb(86,108,136); }
td.TdClassName
{
border-color: #566C88;
}
.TagClassName
{
border-color: #566C88;
}
</style>