Shades of Zambezi #585858
Tints of Zambezi #585858
RGB
CMYK
RGB Variations
Color information
#585858 (or 0x585858) is known color: Zambezi. HEX triplet: 58, 58 and 58. RGB value is (88,88,88). Sum of RGB (Red+Green+Blue) = 88+88+88=264 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.33% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 88 (34.77% from 255 or 33.33% from 264); Max value from RGB is 88 - color contains mainly: red, green, blue. Hex color #585858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585858 is #A7A7A7. Grayscale: #585858. Windows color (decimal): -10987432 or 5789784. OLE color: 5789784.
HSL color Cylindrical-coordinate representation of color #585858: 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 #585858 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 88 | 88 | - |
| CMYK | 0 | 0 | 0 | 0.65 |
| HSL | 0º | 0% | 0.35% | - |
| HSV(B) | 0º | 0% | 0.35% | - |
| XYZ | 9.28 | 9.76 | 10.63 | - |
| YUV | 88 | 128 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 88 | 88 | 0 | 0 | 0 | 0.65 | 0 | 0 | 0.35 |
| Hex | 58 | 58 | 58 | 0 | 0 | 0 | 41 | 0 | 0 | 23 |
| Octal | 130 | 130 | 130 | 0 | 0 | 0 | 101 | 0 | 0 | 43 |
| Binary | 1011000 | 1011000 | 1011000 | 0 | 0 | 0 | 1000001 | 0 | 0 | 100011 |
Color Harmonies of #585858
Complementary color
Monochromatic Colors of #585858
Black with #585858
Text Example
Text Example
White with #585858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585858; }
p { color: rgb(88,88,88); }
H1.HeaderClassName
{
color: #585858;
}
.AnyTagClassName
{
color: #585858;
}
</style>
background-color css
<style>
a { background-color: #585858; }
a { background-color: rgb(88,88,88); }
div.DivClassName
{
background-color: #585858;
}
.BgClassName
{
background-color: #585858;
}
</style>
border-color css
<style>
span { border-color: #585858; }
span { border-color: rgb(88,88,88); }
td.TdClassName
{
border-color: #585858;
}
.TagClassName
{
border-color: #585858;
}
</style>