Shades of Nandor #596959
Tints of Nandor #596959
RGB
CMYK
RGB Variations
Color information
#596959 (or 0x596959) is known color: Nandor. HEX triplet: 59, 69 and 59. RGB value is (89,105,89). Sum of RGB (Red+Green+Blue) = 89+105+89=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 105 - color contains mainly: green. Hex color #596959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596959 is #A696A6. Grayscale: #626262. Windows color (decimal): -10917543 or 5859673. OLE color: 5859673.
HSL color Cylindrical-coordinate representation of color #596959: hue angle of 120º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #596959 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 89 | 105 | 89 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.59 |
| HSL | 120º | 0.08% | 0.38% | - |
| HSV(B) | 120º | 0.15% | 0.41% | - |
| XYZ | 10.97 | 12.95 | 11.37 | - |
| YUV | 98.39 | 122.7 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 105 | 89 | 0.15 | 0 | 0.15 | 0.59 | 120 | 0.08 | 0.38 |
| Hex | 59 | 69 | 59 | F | 0 | F | 3B | 78 | 8 | 26 |
| Octal | 131 | 151 | 131 | 17 | 0 | 17 | 73 | 170 | 10 | 46 |
| Binary | 1011001 | 1101001 | 1011001 | 1111 | 0 | 1111 | 111011 | 1111000 | 1000 | 100110 |
Color Harmonies of #596959
Complementary color
Monochromatic Colors of #596959
Black with #596959
Text Example
Text Example
White with #596959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596959; }
p { color: rgb(89,105,89); }
H1.HeaderClassName
{
color: #596959;
}
.AnyTagClassName
{
color: #596959;
}
</style>
background-color css
<style>
a { background-color: #596959; }
a { background-color: rgb(89,105,89); }
div.DivClassName
{
background-color: #596959;
}
.BgClassName
{
background-color: #596959;
}
</style>
border-color css
<style>
span { border-color: #596959; }
span { border-color: rgb(89,105,89); }
td.TdClassName
{
border-color: #596959;
}
.TagClassName
{
border-color: #596959;
}
</style>