Shades of Nandor #595A59
Tints of Nandor #595A59
RGB
CMYK
RGB Variations
Color information
#595A59 (or 0x595A59) is known color: Nandor. HEX triplet: 59, 5A and 59. RGB value is (89,90,89). Sum of RGB (Red+Green+Blue) = 89+90+89=268 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.21% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 90 - color contains mainly: green. Hex color #595A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595A59 is #A6A5A6. Grayscale: #595959. Windows color (decimal): -10921383 or 5855833. OLE color: 5855833.
HSL color Cylindrical-coordinate representation of color #595A59: hue angle of 120º degrees, saturation: 0.01, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #595A59 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 90 | 89 | - |
| CMYK | 0.01 | 0 | 0.01 | 0.65 |
| HSL | 120º | 0.01% | 0.35% | - |
| HSV(B) | 120º | 0.01% | 0.35% | - |
| XYZ | 9.58 | 10.16 | 10.91 | - |
| YUV | 89.59 | 127.67 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 90 | 89 | 0.01 | 0 | 0.01 | 0.65 | 120 | 0.01 | 0.35 |
| Hex | 59 | 5A | 59 | 1 | 0 | 1 | 41 | 78 | 1 | 23 |
| Octal | 131 | 132 | 131 | 1 | 0 | 1 | 101 | 170 | 1 | 43 |
| Binary | 1011001 | 1011010 | 1011001 | 1 | 0 | 1 | 1000001 | 1111000 | 1 | 100011 |
Color Harmonies of #595A59
Complementary color
Monochromatic Colors of #595A59
Black with #595A59
Text Example
Text Example
White with #595A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595A59; }
p { color: rgb(89,90,89); }
H1.HeaderClassName
{
color: #595A59;
}
.AnyTagClassName
{
color: #595A59;
}
</style>
background-color css
<style>
a { background-color: #595A59; }
a { background-color: rgb(89,90,89); }
div.DivClassName
{
background-color: #595A59;
}
.BgClassName
{
background-color: #595A59;
}
</style>
border-color css
<style>
span { border-color: #595A59; }
span { border-color: rgb(89,90,89); }
td.TdClassName
{
border-color: #595A59;
}
.TagClassName
{
border-color: #595A59;
}
</style>