Shades of Kashmir Blue #596C8B
Tints of Kashmir Blue #596C8B
RGB
CMYK
RGB Variations
Color information
#596C8B (or 0x596C8B) is known color: Kashmir Blue. HEX triplet: 59, 6C and 8B. RGB value is (89,108,139). Sum of RGB (Red+Green+Blue) = 89+108+139=336 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.49% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 139 - color contains mainly: blue. Hex color #596C8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596C8B is #A69374. Grayscale: #696969. Windows color (decimal): -10916725 or 9137241. OLE color: 9137241.
HSL color Cylindrical-coordinate representation of color #596C8B: hue angle of 217.2º 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 #596C8B is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 108 | 139 | - |
| CMYK | 0.36 | 0.22 | 0 | 0.45 |
| HSL | 217.2º | 0.22% | 0.45% | - |
| HSV(B) | 217.2º | 0.36% | 0.55% | - |
| XYZ | 14.14 | 14.71 | 26.52 | - |
| YUV | 105.85 | 146.71 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 108 | 139 | 0.36 | 0.22 | 0 | 0.45 | 217.2 | 0.22 | 0.45 |
| Hex | 59 | 6C | 8B | 24 | 16 | 0 | 2D | D9 | 16 | 2D |
| Octal | 131 | 154 | 213 | 44 | 26 | 0 | 55 | 331 | 26 | 55 |
| Binary | 1011001 | 1101100 | 10001011 | 100100 | 10110 | 0 | 101101 | 11011001 | 10110 | 101101 |
Color Harmonies of #596C8B
Complementary color
Monochromatic Colors of #596C8B
Black with #596C8B
Text Example
Text Example
White with #596C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596C8B; }
p { color: rgb(89,108,139); }
H1.HeaderClassName
{
color: #596C8B;
}
.AnyTagClassName
{
color: #596C8B;
}
</style>
background-color css
<style>
a { background-color: #596C8B; }
a { background-color: rgb(89,108,139); }
div.DivClassName
{
background-color: #596C8B;
}
.BgClassName
{
background-color: #596C8B;
}
</style>
border-color css
<style>
span { border-color: #596C8B; }
span { border-color: rgb(89,108,139); }
td.TdClassName
{
border-color: #596C8B;
}
.TagClassName
{
border-color: #596C8B;
}
</style>