Shades of Kashmir Blue #566F89
Tints of Kashmir Blue #566F89
RGB
CMYK
RGB Variations
Color information
#566F89 (or 0x566F89) is known color: Kashmir Blue. HEX triplet: 56, 6F and 89. RGB value is (86,111,137). Sum of RGB (Red+Green+Blue) = 86+111+137=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 137 - color contains mainly: blue. Hex color #566F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566F89 is #A99076. Grayscale: #6A6A6A. Windows color (decimal): -11112567 or 9006934. OLE color: 9006934.
HSL color Cylindrical-coordinate representation of color #566F89: hue angle of 210.59º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #566F89 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 86 | 111 | 137 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.46 |
| HSL | 210.59º | 0.23% | 0.44% | - |
| HSV(B) | 210.59º | 0.37% | 0.54% | - |
| XYZ | 14.04 | 15.15 | 25.85 | - |
| YUV | 106.49 | 145.22 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 137 | 0.37 | 0.19 | 0 | 0.46 | 210.59 | 0.23 | 0.44 |
| Hex | 56 | 6F | 89 | 25 | 13 | 0 | 2E | D3 | 17 | 2C |
| Octal | 126 | 157 | 211 | 45 | 23 | 0 | 56 | 323 | 27 | 54 |
| Binary | 1010110 | 1101111 | 10001001 | 100101 | 10011 | 0 | 101110 | 11010011 | 10111 | 101100 |
Color Harmonies of #566F89
Complementary color
Monochromatic Colors of #566F89
Black with #566F89
Text Example
Text Example
White with #566F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F89; }
p { color: rgb(86,111,137); }
H1.HeaderClassName
{
color: #566F89;
}
.AnyTagClassName
{
color: #566F89;
}
</style>
background-color css
<style>
a { background-color: #566F89; }
a { background-color: rgb(86,111,137); }
div.DivClassName
{
background-color: #566F89;
}
.BgClassName
{
background-color: #566F89;
}
</style>
border-color css
<style>
span { border-color: #566F89; }
span { border-color: rgb(86,111,137); }
td.TdClassName
{
border-color: #566F89;
}
.TagClassName
{
border-color: #566F89;
}
</style>