Shades of Zambezi #5F5C5C
Tints of Zambezi #5F5C5C
RGB
CMYK
RGB Variations
Color information
#5F5C5C (or 0x5F5C5C) is known color: Zambezi. HEX triplet: 5F, 5C and 5C. RGB value is (95,92,92). Sum of RGB (Red+Green+Blue) = 95+92+92=279 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.05% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5C5C is #A0A3A3. Grayscale: #5C5C5C. Windows color (decimal): -10527652 or 6052959. OLE color: 6052959.
HSL color Cylindrical-coordinate representation of color #5F5C5C: hue angle of 0º degrees, saturation: 0.02, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #5F5C5C is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 92 | 92 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.63 |
| HSL | 0º | 0.02% | 0.37% | - |
| HSV(B) | 0º | 0.03% | 0.37% | - |
| XYZ | 10.48 | 10.86 | 11.67 | - |
| YUV | 92.9 | 127.49 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 92 | 92 | 0 | 0.03 | 0.03 | 0.63 | 0 | 0.02 | 0.37 |
| Hex | 5F | 5C | 5C | 0 | 3 | 3 | 3F | 0 | 2 | 25 |
| Octal | 137 | 134 | 134 | 0 | 3 | 3 | 77 | 0 | 2 | 45 |
| Binary | 1011111 | 1011100 | 1011100 | 0 | 11 | 11 | 111111 | 0 | 10 | 100101 |
Color Harmonies of #5F5C5C
Complementary color
Monochromatic Colors of #5F5C5C
Black with #5F5C5C
Text Example
Text Example
White with #5F5C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5C5C; }
p { color: rgb(95,92,92); }
H1.HeaderClassName
{
color: #5F5C5C;
}
.AnyTagClassName
{
color: #5F5C5C;
}
</style>
background-color css
<style>
a { background-color: #5F5C5C; }
a { background-color: rgb(95,92,92); }
div.DivClassName
{
background-color: #5F5C5C;
}
.BgClassName
{
background-color: #5F5C5C;
}
</style>
border-color css
<style>
span { border-color: #5F5C5C; }
span { border-color: rgb(95,92,92); }
td.TdClassName
{
border-color: #5F5C5C;
}
.TagClassName
{
border-color: #5F5C5C;
}
</style>