Shades of Nandor #595E59
Tints of Nandor #595E59
RGB
CMYK
RGB Variations
Color information
#595E59 (or 0x595E59) is known color: Nandor. HEX triplet: 59, 5E and 59. RGB value is (89,94,89). Sum of RGB (Red+Green+Blue) = 89+94+89=272 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.72% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 89 (35.16% from 255 or 32.72% from 272); Max value from RGB is 94 - color contains mainly: green. Hex color #595E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595E59 is #A6A1A6. Grayscale: #5B5B5B. Windows color (decimal): -10920359 or 5856857. OLE color: 5856857.
HSL color Cylindrical-coordinate representation of color #595E59: hue angle of 120º degrees, saturation: 0.03, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #595E59 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 89 | 94 | 89 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.63 |
| HSL | 120º | 0.03% | 0.36% | - |
| HSV(B) | 120º | 0.05% | 0.37% | - |
| XYZ | 9.93 | 10.85 | 11.02 | - |
| YUV | 91.94 | 126.34 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 89 | 0.05 | 0 | 0.05 | 0.63 | 120 | 0.03 | 0.36 |
| Hex | 59 | 5E | 59 | 5 | 0 | 5 | 3F | 78 | 3 | 24 |
| Octal | 131 | 136 | 131 | 5 | 0 | 5 | 77 | 170 | 3 | 44 |
| Binary | 1011001 | 1011110 | 1011001 | 101 | 0 | 101 | 111111 | 1111000 | 11 | 100100 |
Color Harmonies of #595E59
Complementary color
Monochromatic Colors of #595E59
Black with #595E59
Text Example
Text Example
White with #595E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595E59; }
p { color: rgb(89,94,89); }
H1.HeaderClassName
{
color: #595E59;
}
.AnyTagClassName
{
color: #595E59;
}
</style>
background-color css
<style>
a { background-color: #595E59; }
a { background-color: rgb(89,94,89); }
div.DivClassName
{
background-color: #595E59;
}
.BgClassName
{
background-color: #595E59;
}
</style>
border-color css
<style>
span { border-color: #595E59; }
span { border-color: rgb(89,94,89); }
td.TdClassName
{
border-color: #595E59;
}
.TagClassName
{
border-color: #595E59;
}
</style>