Shades of Nandor #595D59
Tints of Nandor #595D59
RGB
CMYK
RGB Variations
Color information
#595D59 (or 0x595D59) is known color: Nandor. HEX triplet: 59, 5D and 59. RGB value is (89,93,89). Sum of RGB (Red+Green+Blue) = 89+93+89=271 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.84% from 271); Green value is 93 (36.72% from 255 or 34.32% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 93 - color contains mainly: green. Hex color #595D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595D59 is #A6A2A6. Grayscale: #5B5B5B. Windows color (decimal): -10920615 or 5856601. OLE color: 5856601.
HSL color Cylindrical-coordinate representation of color #595D59: hue angle of 120º degrees, saturation: 0.02, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #595D59 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 93 | 89 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.64 |
| HSL | 120º | 0.02% | 0.36% | - |
| HSV(B) | 120º | 0.04% | 0.36% | - |
| XYZ | 9.84 | 10.67 | 10.99 | - |
| YUV | 91.35 | 126.67 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 89 | 0.04 | 0 | 0.04 | 0.64 | 120 | 0.02 | 0.36 |
| Hex | 59 | 5D | 59 | 4 | 0 | 4 | 40 | 78 | 2 | 24 |
| Octal | 131 | 135 | 131 | 4 | 0 | 4 | 100 | 170 | 2 | 44 |
| Binary | 1011001 | 1011101 | 1011001 | 100 | 0 | 100 | 1000000 | 1111000 | 10 | 100100 |
Color Harmonies of #595D59
Complementary color
Monochromatic Colors of #595D59
Black with #595D59
Text Example
Text Example
White with #595D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595D59; }
p { color: rgb(89,93,89); }
H1.HeaderClassName
{
color: #595D59;
}
.AnyTagClassName
{
color: #595D59;
}
</style>
background-color css
<style>
a { background-color: #595D59; }
a { background-color: rgb(89,93,89); }
div.DivClassName
{
background-color: #595D59;
}
.BgClassName
{
background-color: #595D59;
}
</style>
border-color css
<style>
span { border-color: #595D59; }
span { border-color: rgb(89,93,89); }
td.TdClassName
{
border-color: #595D59;
}
.TagClassName
{
border-color: #595D59;
}
</style>