Shades of Kashmir Blue #596D86
Tints of Kashmir Blue #596D86
RGB
CMYK
RGB Variations
Color information
#596D86 (or 0x596D86) is known color: Kashmir Blue. HEX triplet: 59, 6D and 86. RGB value is (89,109,134). Sum of RGB (Red+Green+Blue) = 89+109+134=332 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.81% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 134 - color contains mainly: blue. Hex color #596D86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596D86 is #A69279. Grayscale: #696969. Windows color (decimal): -10916474 or 8809817. OLE color: 8809817.
HSL color Cylindrical-coordinate representation of color #596D86: hue angle of 213.33º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #596D86 is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 109 | 134 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.47 |
| HSL | 213.33º | 0.2% | 0.44% | - |
| HSV(B) | 213.33º | 0.34% | 0.53% | - |
| XYZ | 13.89 | 14.78 | 24.68 | - |
| YUV | 105.87 | 143.87 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 109 | 134 | 0.34 | 0.19 | 0 | 0.47 | 213.33 | 0.2 | 0.44 |
| Hex | 59 | 6D | 86 | 22 | 13 | 0 | 2F | D5 | 14 | 2C |
| Octal | 131 | 155 | 206 | 42 | 23 | 0 | 57 | 325 | 24 | 54 |
| Binary | 1011001 | 1101101 | 10000110 | 100010 | 10011 | 0 | 101111 | 11010101 | 10100 | 101100 |
Color Harmonies of #596D86
Complementary color
Monochromatic Colors of #596D86
Black with #596D86
Text Example
Text Example
White with #596D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596D86; }
p { color: rgb(89,109,134); }
H1.HeaderClassName
{
color: #596D86;
}
.AnyTagClassName
{
color: #596D86;
}
</style>
background-color css
<style>
a { background-color: #596D86; }
a { background-color: rgb(89,109,134); }
div.DivClassName
{
background-color: #596D86;
}
.BgClassName
{
background-color: #596D86;
}
</style>
border-color css
<style>
span { border-color: #596D86; }
span { border-color: rgb(89,109,134); }
td.TdClassName
{
border-color: #596D86;
}
.TagClassName
{
border-color: #596D86;
}
</style>