Shades of Kashmir Blue #566D88
Tints of Kashmir Blue #566D88
RGB
CMYK
RGB Variations
Color information
#566D88 (or 0x566D88) is known color: Kashmir Blue. HEX triplet: 56, 6D and 88. RGB value is (86,109,136). Sum of RGB (Red+Green+Blue) = 86+109+136=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 136 - color contains mainly: blue. Hex color #566D88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566D88 is #A99277. Grayscale: #696969. Windows color (decimal): -11113080 or 8940886. OLE color: 8940886.
HSL color Cylindrical-coordinate representation of color #566D88: hue angle of 212.4º 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 #566D88 is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 109 | 136 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.47 |
| HSL | 212.4º | 0.23% | 0.44% | - |
| HSV(B) | 212.4º | 0.37% | 0.53% | - |
| XYZ | 13.75 | 14.69 | 25.4 | - |
| YUV | 105.2 | 145.38 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 109 | 136 | 0.37 | 0.20 | 0 | 0.47 | 212.4 | 0.23 | 0.44 |
| Hex | 56 | 6D | 88 | 25 | 14 | 0 | 2F | D4 | 17 | 2C |
| Octal | 126 | 155 | 210 | 45 | 24 | 0 | 57 | 324 | 27 | 54 |
| Binary | 1010110 | 1101101 | 10001000 | 100101 | 10100 | 0 | 101111 | 11010100 | 10111 | 101100 |
Color Harmonies of #566D88
Complementary color
Monochromatic Colors of #566D88
Black with #566D88
Text Example
Text Example
White with #566D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566D88; }
p { color: rgb(86,109,136); }
H1.HeaderClassName
{
color: #566D88;
}
.AnyTagClassName
{
color: #566D88;
}
</style>
background-color css
<style>
a { background-color: #566D88; }
a { background-color: rgb(86,109,136); }
div.DivClassName
{
background-color: #566D88;
}
.BgClassName
{
background-color: #566D88;
}
</style>
border-color css
<style>
span { border-color: #566D88; }
span { border-color: rgb(86,109,136); }
td.TdClassName
{
border-color: #566D88;
}
.TagClassName
{
border-color: #566D88;
}
</style>