Shades of Kashmir Blue #596D84
Tints of Kashmir Blue #596D84
RGB
CMYK
RGB Variations
Color information
#596D84 (or 0x596D84) is known color: Kashmir Blue. HEX triplet: 59, 6D and 84. RGB value is (89,109,132). Sum of RGB (Red+Green+Blue) = 89+109+132=330 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.97% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 132 - color contains mainly: blue. Hex color #596D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596D84 is #A6927B. Grayscale: #696969. Windows color (decimal): -10916476 or 8678745. OLE color: 8678745.
HSL color Cylindrical-coordinate representation of color #596D84: hue angle of 212.09º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #596D84 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 89 | 109 | 132 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.48 |
| HSL | 212.09º | 0.19% | 0.43% | - |
| HSV(B) | 212.09º | 0.33% | 0.52% | - |
| XYZ | 13.75 | 14.73 | 23.95 | - |
| YUV | 105.64 | 142.87 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 109 | 132 | 0.33 | 0.17 | 0 | 0.48 | 212.09 | 0.19 | 0.43 |
| Hex | 59 | 6D | 84 | 21 | 11 | 0 | 30 | D4 | 13 | 2B |
| Octal | 131 | 155 | 204 | 41 | 21 | 0 | 60 | 324 | 23 | 53 |
| Binary | 1011001 | 1101101 | 10000100 | 100001 | 10001 | 0 | 110000 | 11010100 | 10011 | 101011 |
Color Harmonies of #596D84
Complementary color
Monochromatic Colors of #596D84
Black with #596D84
Text Example
Text Example
White with #596D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596D84; }
p { color: rgb(89,109,132); }
H1.HeaderClassName
{
color: #596D84;
}
.AnyTagClassName
{
color: #596D84;
}
</style>
background-color css
<style>
a { background-color: #596D84; }
a { background-color: rgb(89,109,132); }
div.DivClassName
{
background-color: #596D84;
}
.BgClassName
{
background-color: #596D84;
}
</style>
border-color css
<style>
span { border-color: #596D84; }
span { border-color: rgb(89,109,132); }
td.TdClassName
{
border-color: #596D84;
}
.TagClassName
{
border-color: #596D84;
}
</style>