Shades of Kashmir Blue #596A8A
Tints of Kashmir Blue #596A8A
RGB
CMYK
RGB Variations
Color information
#596A8A (or 0x596A8A) is known color: Kashmir Blue. HEX triplet: 59, 6A and 8A. RGB value is (89,106,138). Sum of RGB (Red+Green+Blue) = 89+106+138=333 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.73% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 138 - color contains mainly: blue. Hex color #596A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596A8A is #A69575. Grayscale: #686868. Windows color (decimal): -10917238 or 9071193. OLE color: 9071193.
HSL color Cylindrical-coordinate representation of color #596A8A: hue angle of 219.18º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #596A8A is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 89 | 106 | 138 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.46 |
| HSL | 219.18º | 0.22% | 0.45% | - |
| HSV(B) | 219.18º | 0.36% | 0.54% | - |
| XYZ | 13.86 | 14.27 | 26.07 | - |
| YUV | 104.57 | 146.87 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 106 | 138 | 0.36 | 0.23 | 0 | 0.46 | 219.18 | 0.22 | 0.45 |
| Hex | 59 | 6A | 8A | 24 | 17 | 0 | 2E | DB | 16 | 2D |
| Octal | 131 | 152 | 212 | 44 | 27 | 0 | 56 | 333 | 26 | 55 |
| Binary | 1011001 | 1101010 | 10001010 | 100100 | 10111 | 0 | 101110 | 11011011 | 10110 | 101101 |
Color Harmonies of #596A8A
Complementary color
Monochromatic Colors of #596A8A
Black with #596A8A
Text Example
Text Example
White with #596A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596A8A; }
p { color: rgb(89,106,138); }
H1.HeaderClassName
{
color: #596A8A;
}
.AnyTagClassName
{
color: #596A8A;
}
</style>
background-color css
<style>
a { background-color: #596A8A; }
a { background-color: rgb(89,106,138); }
div.DivClassName
{
background-color: #596A8A;
}
.BgClassName
{
background-color: #596A8A;
}
</style>
border-color css
<style>
span { border-color: #596A8A; }
span { border-color: rgb(89,106,138); }
td.TdClassName
{
border-color: #596A8A;
}
.TagClassName
{
border-color: #596A8A;
}
</style>