Shades of Kashmir Blue #596A7F
Tints of Kashmir Blue #596A7F
RGB
CMYK
RGB Variations
Color information
#596A7F (or 0x596A7F) is known color: Kashmir Blue. HEX triplet: 59, 6A and 7F. RGB value is (89,106,127). Sum of RGB (Red+Green+Blue) = 89+106+127=322 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.64% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 127 - color contains mainly: blue. Hex color #596A7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596A7F is #A69580. Grayscale: #676767. Windows color (decimal): -10917249 or 8350297. OLE color: 8350297.
HSL color Cylindrical-coordinate representation of color #596A7F: hue angle of 213.16º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #596A7F is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 106 | 127 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.50 |
| HSL | 213.16º | 0.18% | 0.42% | - |
| HSV(B) | 213.16º | 0.3% | 0.5% | - |
| XYZ | 13.1 | 13.96 | 22.08 | - |
| YUV | 103.31 | 141.37 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 106 | 127 | 0.30 | 0.17 | 0 | 0.50 | 213.16 | 0.18 | 0.42 |
| Hex | 59 | 6A | 7F | 1E | 11 | 0 | 32 | D5 | 12 | 2A |
| Octal | 131 | 152 | 177 | 36 | 21 | 0 | 62 | 325 | 22 | 52 |
| Binary | 1011001 | 1101010 | 1111111 | 11110 | 10001 | 0 | 110010 | 11010101 | 10010 | 101010 |
Color Harmonies of #596A7F
Complementary color
Monochromatic Colors of #596A7F
Black with #596A7F
Text Example
Text Example
White with #596A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596A7F; }
p { color: rgb(89,106,127); }
H1.HeaderClassName
{
color: #596A7F;
}
.AnyTagClassName
{
color: #596A7F;
}
</style>
background-color css
<style>
a { background-color: #596A7F; }
a { background-color: rgb(89,106,127); }
div.DivClassName
{
background-color: #596A7F;
}
.BgClassName
{
background-color: #596A7F;
}
</style>
border-color css
<style>
span { border-color: #596A7F; }
span { border-color: rgb(89,106,127); }
td.TdClassName
{
border-color: #596A7F;
}
.TagClassName
{
border-color: #596A7F;
}
</style>