Shades of Nevada #596F71
Tints of Nevada #596F71
RGB
CMYK
RGB Variations
Color information
#596F71 (or 0x596F71) is known color: Nevada. HEX triplet: 59, 6F and 71. RGB value is (89,111,113). Sum of RGB (Red+Green+Blue) = 89+111+113=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 113 - color contains mainly: blue. Hex color #596F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596F71 is #A6908E. Grayscale: #686868. Windows color (decimal): -10915983 or 7434073. OLE color: 7434073.
HSL color Cylindrical-coordinate representation of color #596F71: hue angle of 185º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #596F71 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 111 | 113 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.56 |
| HSL | 185º | 0.12% | 0.4% | - |
| HSV(B) | 185º | 0.21% | 0.44% | - |
| XYZ | 12.78 | 14.68 | 17.78 | - |
| YUV | 104.65 | 132.71 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 111 | 113 | 0.21 | 0.02 | 0 | 0.56 | 185 | 0.12 | 0.4 |
| Hex | 59 | 6F | 71 | 15 | 2 | 0 | 38 | B9 | C | 28 |
| Octal | 131 | 157 | 161 | 25 | 2 | 0 | 70 | 271 | 14 | 50 |
| Binary | 1011001 | 1101111 | 1110001 | 10101 | 10 | 0 | 111000 | 10111001 | 1100 | 101000 |
Color Harmonies of #596F71
Complementary color
Monochromatic Colors of #596F71
Black with #596F71
Text Example
Text Example
White with #596F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596F71; }
p { color: rgb(89,111,113); }
H1.HeaderClassName
{
color: #596F71;
}
.AnyTagClassName
{
color: #596F71;
}
</style>
background-color css
<style>
a { background-color: #596F71; }
a { background-color: rgb(89,111,113); }
div.DivClassName
{
background-color: #596F71;
}
.BgClassName
{
background-color: #596F71;
}
</style>
border-color css
<style>
span { border-color: #596F71; }
span { border-color: rgb(89,111,113); }
td.TdClassName
{
border-color: #596F71;
}
.TagClassName
{
border-color: #596F71;
}
</style>