Shades of Kashmir Blue #566B89
Tints of Kashmir Blue #566B89
RGB
CMYK
RGB Variations
Color information
#566B89 (or 0x566B89) is known color: Kashmir Blue. HEX triplet: 56, 6B and 89. RGB value is (86,107,137). Sum of RGB (Red+Green+Blue) = 86+107+137=330 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.06% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 137 - color contains mainly: blue. Hex color #566B89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566B89 is #A99476. Grayscale: #686868. Windows color (decimal): -11113591 or 9005910. OLE color: 9005910.
HSL color Cylindrical-coordinate representation of color #566B89: hue angle of 215.29º 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 #566B89 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 86 | 107 | 137 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.46 |
| HSL | 215.29º | 0.23% | 0.44% | - |
| HSV(B) | 215.29º | 0.37% | 0.54% | - |
| XYZ | 13.61 | 14.3 | 25.71 | - |
| YUV | 104.14 | 146.54 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 107 | 137 | 0.37 | 0.22 | 0 | 0.46 | 215.29 | 0.23 | 0.44 |
| Hex | 56 | 6B | 89 | 25 | 16 | 0 | 2E | D7 | 17 | 2C |
| Octal | 126 | 153 | 211 | 45 | 26 | 0 | 56 | 327 | 27 | 54 |
| Binary | 1010110 | 1101011 | 10001001 | 100101 | 10110 | 0 | 101110 | 11010111 | 10111 | 101100 |
Color Harmonies of #566B89
Complementary color
Monochromatic Colors of #566B89
Black with #566B89
Text Example
Text Example
White with #566B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566B89; }
p { color: rgb(86,107,137); }
H1.HeaderClassName
{
color: #566B89;
}
.AnyTagClassName
{
color: #566B89;
}
</style>
background-color css
<style>
a { background-color: #566B89; }
a { background-color: rgb(86,107,137); }
div.DivClassName
{
background-color: #566B89;
}
.BgClassName
{
background-color: #566B89;
}
</style>
border-color css
<style>
span { border-color: #566B89; }
span { border-color: rgb(86,107,137); }
td.TdClassName
{
border-color: #566B89;
}
.TagClassName
{
border-color: #566B89;
}
</style>