Shades of Nevada #596D6D
Tints of Nevada #596D6D
RGB
CMYK
RGB Variations
Color information
#596D6D (or 0x596D6D) is known color: Nevada. HEX triplet: 59, 6D and 6D. RGB value is (89,109,109). Sum of RGB (Red+Green+Blue) = 89+109+109=307 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.99% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 109 - color contains mainly: green, blue. Hex color #596D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596D6D is #A69292. Grayscale: #676767. Windows color (decimal): -10916499 or 7171417. OLE color: 7171417.
HSL color Cylindrical-coordinate representation of color #596D6D: hue angle of 180º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #596D6D is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 89 | 109 | 109 | - |
| CMYK | 0.18 | 0 | 0 | 0.57 |
| HSL | 180º | 0.1% | 0.39% | - |
| HSV(B) | 180º | 0.18% | 0.43% | - |
| XYZ | 12.35 | 14.17 | 16.55 | - |
| YUV | 103.02 | 131.37 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 109 | 109 | 0.18 | 0 | 0 | 0.57 | 180 | 0.1 | 0.39 |
| Hex | 59 | 6D | 6D | 12 | 0 | 0 | 39 | B4 | A | 27 |
| Octal | 131 | 155 | 155 | 22 | 0 | 0 | 71 | 264 | 12 | 47 |
| Binary | 1011001 | 1101101 | 1101101 | 10010 | 0 | 0 | 111001 | 10110100 | 1010 | 100111 |
Color Harmonies of #596D6D
Complementary color
Monochromatic Colors of #596D6D
Black with #596D6D
Text Example
Text Example
White with #596D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596D6D; }
p { color: rgb(89,109,109); }
H1.HeaderClassName
{
color: #596D6D;
}
.AnyTagClassName
{
color: #596D6D;
}
</style>
background-color css
<style>
a { background-color: #596D6D; }
a { background-color: rgb(89,109,109); }
div.DivClassName
{
background-color: #596D6D;
}
.BgClassName
{
background-color: #596D6D;
}
</style>
border-color css
<style>
span { border-color: #596D6D; }
span { border-color: rgb(89,109,109); }
td.TdClassName
{
border-color: #596D6D;
}
.TagClassName
{
border-color: #596D6D;
}
</style>