Shades of Nevada #596D6E
Tints of Nevada #596D6E
RGB
CMYK
RGB Variations
Color information
#596D6E (or 0x596D6E) is known color: Nevada. HEX triplet: 59, 6D and 6E. RGB value is (89,109,110). Sum of RGB (Red+Green+Blue) = 89+109+110=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 110 - color contains mainly: blue. Hex color #596D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596D6E is #A69291. Grayscale: #676767. Windows color (decimal): -10916498 or 7236953. OLE color: 7236953.
HSL color Cylindrical-coordinate representation of color #596D6E: hue angle of 182.86º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #596D6E is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 89 | 109 | 110 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.57 |
| HSL | 182.86º | 0.11% | 0.39% | - |
| HSV(B) | 182.86º | 0.19% | 0.43% | - |
| XYZ | 12.4 | 14.19 | 16.84 | - |
| YUV | 103.13 | 131.87 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 109 | 110 | 0.19 | 0.01 | 0 | 0.57 | 182.86 | 0.11 | 0.39 |
| Hex | 59 | 6D | 6E | 13 | 1 | 0 | 39 | B7 | B | 27 |
| Octal | 131 | 155 | 156 | 23 | 1 | 0 | 71 | 267 | 13 | 47 |
| Binary | 1011001 | 1101101 | 1101110 | 10011 | 1 | 0 | 111001 | 10110111 | 1011 | 100111 |
Color Harmonies of #596D6E
Complementary color
Monochromatic Colors of #596D6E
Black with #596D6E
Text Example
Text Example
White with #596D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596D6E; }
p { color: rgb(89,109,110); }
H1.HeaderClassName
{
color: #596D6E;
}
.AnyTagClassName
{
color: #596D6E;
}
</style>
background-color css
<style>
a { background-color: #596D6E; }
a { background-color: rgb(89,109,110); }
div.DivClassName
{
background-color: #596D6E;
}
.BgClassName
{
background-color: #596D6E;
}
</style>
border-color css
<style>
span { border-color: #596D6E; }
span { border-color: rgb(89,109,110); }
td.TdClassName
{
border-color: #596D6E;
}
.TagClassName
{
border-color: #596D6E;
}
</style>