Shades of Zambezi #595959
Tints of Zambezi #595959
RGB
CMYK
RGB Variations
Color information
#595959 (or 0x595959) is known color: Zambezi. HEX triplet: 59, 59 and 59. RGB value is (89,89,89). Sum of RGB (Red+Green+Blue) = 89+89+89=267 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.33% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 89 - color contains mainly: red, green, blue. Hex color #595959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595959 is #A6A6A6. Grayscale: #595959. Windows color (decimal): -10921639 or 5855577. OLE color: 5855577.
HSL color Cylindrical-coordinate representation of color #595959: hue angle of 0º degrees, saturation: 0, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0%. Process color model (Four color, CMYK) of #595959 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 89 | 89 | - |
| CMYK | 0 | 0 | 0 | 0.65 |
| HSL | 0º | 0% | 0.35% | - |
| HSV(B) | 0º | 0% | 0.35% | - |
| XYZ | 9.5 | 9.99 | 10.88 | - |
| YUV | 89 | 128 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 89 | 89 | 0 | 0 | 0 | 0.65 | 0 | 0 | 0.35 |
| Hex | 59 | 59 | 59 | 0 | 0 | 0 | 41 | 0 | 0 | 23 |
| Octal | 131 | 131 | 131 | 0 | 0 | 0 | 101 | 0 | 0 | 43 |
| Binary | 1011001 | 1011001 | 1011001 | 0 | 0 | 0 | 1000001 | 0 | 0 | 100011 |
Color Harmonies of #595959
Complementary color
Monochromatic Colors of #595959
Black with #595959
Text Example
Text Example
White with #595959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595959; }
p { color: rgb(89,89,89); }
H1.HeaderClassName
{
color: #595959;
}
.AnyTagClassName
{
color: #595959;
}
</style>
background-color css
<style>
a { background-color: #595959; }
a { background-color: rgb(89,89,89); }
div.DivClassName
{
background-color: #595959;
}
.BgClassName
{
background-color: #595959;
}
</style>
border-color css
<style>
span { border-color: #595959; }
span { border-color: rgb(89,89,89); }
td.TdClassName
{
border-color: #595959;
}
.TagClassName
{
border-color: #595959;
}
</style>