Shades of Zambezi #5D5959
Tints of Zambezi #5D5959
RGB
CMYK
RGB Variations
Color information
#5D5959 (or 0x5D5959) is known color: Zambezi. HEX triplet: 5D, 59 and 59. RGB value is (93,89,89). Sum of RGB (Red+Green+Blue) = 93+89+89=271 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.32% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5959 is #A2A6A6. Grayscale: #5A5A5A. Windows color (decimal): -10659495 or 5855581. OLE color: 5855581.
HSL color Cylindrical-coordinate representation of color #5D5959: hue angle of 0º 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 #5D5959 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 89 | 89 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.64 |
| HSL | 0º | 0.02% | 0.36% | - |
| HSV(B) | 0º | 0.04% | 0.36% | - |
| XYZ | 9.89 | 10.19 | 10.9 | - |
| YUV | 90.2 | 127.33 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 89 | 89 | 0 | 0.04 | 0.04 | 0.64 | 0 | 0.02 | 0.36 |
| Hex | 5D | 59 | 59 | 0 | 4 | 4 | 40 | 0 | 2 | 24 |
| Octal | 135 | 131 | 131 | 0 | 4 | 4 | 100 | 0 | 2 | 44 |
| Binary | 1011101 | 1011001 | 1011001 | 0 | 100 | 100 | 1000000 | 0 | 10 | 100100 |
Color Harmonies of #5D5959
Complementary color
Monochromatic Colors of #5D5959
Black with #5D5959
Text Example
Text Example
White with #5D5959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5959; }
p { color: rgb(93,89,89); }
H1.HeaderClassName
{
color: #5D5959;
}
.AnyTagClassName
{
color: #5D5959;
}
</style>
background-color css
<style>
a { background-color: #5D5959; }
a { background-color: rgb(93,89,89); }
div.DivClassName
{
background-color: #5D5959;
}
.BgClassName
{
background-color: #5D5959;
}
</style>
border-color css
<style>
span { border-color: #5D5959; }
span { border-color: rgb(93,89,89); }
td.TdClassName
{
border-color: #5D5959;
}
.TagClassName
{
border-color: #5D5959;
}
</style>