Shades of Kashmir Blue #566F88
Tints of Kashmir Blue #566F88
RGB
CMYK
RGB Variations
Color information
#566F88 (or 0x566F88) is known color: Kashmir Blue. HEX triplet: 56, 6F and 88. RGB value is (86,111,136). Sum of RGB (Red+Green+Blue) = 86+111+136=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 136 - color contains mainly: blue. Hex color #566F88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566F88 is #A99077. Grayscale: #6A6A6A. Windows color (decimal): -11112568 or 8941398. OLE color: 8941398.
HSL color Cylindrical-coordinate representation of color #566F88: hue angle of 210º 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 #566F88 is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 111 | 136 | - |
| CMYK | 0.37 | 0.18 | 0 | 0.47 |
| HSL | 210º | 0.23% | 0.44% | - |
| HSV(B) | 210º | 0.37% | 0.53% | - |
| XYZ | 13.97 | 15.12 | 25.48 | - |
| YUV | 106.38 | 144.72 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 136 | 0.37 | 0.18 | 0 | 0.47 | 210 | 0.23 | 0.44 |
| Hex | 56 | 6F | 88 | 25 | 12 | 0 | 2F | D2 | 17 | 2C |
| Octal | 126 | 157 | 210 | 45 | 22 | 0 | 57 | 322 | 27 | 54 |
| Binary | 1010110 | 1101111 | 10001000 | 100101 | 10010 | 0 | 101111 | 11010010 | 10111 | 101100 |
Color Harmonies of #566F88
Complementary color
Monochromatic Colors of #566F88
Black with #566F88
Text Example
Text Example
White with #566F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F88; }
p { color: rgb(86,111,136); }
H1.HeaderClassName
{
color: #566F88;
}
.AnyTagClassName
{
color: #566F88;
}
</style>
background-color css
<style>
a { background-color: #566F88; }
a { background-color: rgb(86,111,136); }
div.DivClassName
{
background-color: #566F88;
}
.BgClassName
{
background-color: #566F88;
}
</style>
border-color css
<style>
span { border-color: #566F88; }
span { border-color: rgb(86,111,136); }
td.TdClassName
{
border-color: #566F88;
}
.TagClassName
{
border-color: #566F88;
}
</style>