Shades of Kashmir Blue #596D8B
Tints of Kashmir Blue #596D8B
RGB
CMYK
RGB Variations
Color information
#596D8B (or 0x596D8B) is known color: Kashmir Blue. HEX triplet: 59, 6D and 8B. RGB value is (89,109,139). Sum of RGB (Red+Green+Blue) = 89+109+139=337 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.41% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 139 - color contains mainly: blue. Hex color #596D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596D8B is #A69274. Grayscale: #6A6A6A. Windows color (decimal): -10916469 or 9137497. OLE color: 9137497.
HSL color Cylindrical-coordinate representation of color #596D8B: hue angle of 216º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #596D8B is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 109 | 139 | - |
| CMYK | 0.36 | 0.22 | 0 | 0.45 |
| HSL | 216º | 0.22% | 0.45% | - |
| HSV(B) | 216º | 0.36% | 0.55% | - |
| XYZ | 14.25 | 14.93 | 26.56 | - |
| YUV | 106.44 | 146.37 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 109 | 139 | 0.36 | 0.22 | 0 | 0.45 | 216 | 0.22 | 0.45 |
| Hex | 59 | 6D | 8B | 24 | 16 | 0 | 2D | D8 | 16 | 2D |
| Octal | 131 | 155 | 213 | 44 | 26 | 0 | 55 | 330 | 26 | 55 |
| Binary | 1011001 | 1101101 | 10001011 | 100100 | 10110 | 0 | 101101 | 11011000 | 10110 | 101101 |
Color Harmonies of #596D8B
Complementary color
Monochromatic Colors of #596D8B
Black with #596D8B
Text Example
Text Example
White with #596D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596D8B; }
p { color: rgb(89,109,139); }
H1.HeaderClassName
{
color: #596D8B;
}
.AnyTagClassName
{
color: #596D8B;
}
</style>
background-color css
<style>
a { background-color: #596D8B; }
a { background-color: rgb(89,109,139); }
div.DivClassName
{
background-color: #596D8B;
}
.BgClassName
{
background-color: #596D8B;
}
</style>
border-color css
<style>
span { border-color: #596D8B; }
span { border-color: rgb(89,109,139); }
td.TdClassName
{
border-color: #596D8B;
}
.TagClassName
{
border-color: #596D8B;
}
</style>