Shades of Zambezi #5E5C5C
Tints of Zambezi #5E5C5C
RGB
CMYK
RGB Variations
Color information
#5E5C5C (or 0x5E5C5C) is known color: Zambezi. HEX triplet: 5E, 5C and 5C. RGB value is (94,92,92). Sum of RGB (Red+Green+Blue) = 94+92+92=278 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.81% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5C5C is #A1A3A3. Grayscale: #5C5C5C. Windows color (decimal): -10593188 or 6052958. OLE color: 6052958.
HSL color Cylindrical-coordinate representation of color #5E5C5C: hue angle of 0º degrees, saturation: 0.01, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #5E5C5C is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 92 | 92 | - |
CMYK | 0 | 0.02 | 0.02 | 0.63 |
HSL | 0º | 0.01% | 0.36% | - |
HSV(B) | 0º | 0.02% | 0.37% | - |
XYZ | 10.38 | 10.81 | 11.66 | - |
YUV | 92.6 | 127.66 | 129 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 92 | 92 | 0 | 0.02 | 0.02 | 0.63 | 0 | 0.01 | 0.36 |
Hex | 5E | 5C | 5C | 0 | 2 | 2 | 3F | 0 | 1 | 24 |
Octal | 136 | 134 | 134 | 0 | 2 | 2 | 77 | 0 | 1 | 44 |
Binary | 1011110 | 1011100 | 1011100 | 0 | 10 | 10 | 111111 | 0 | 1 | 100100 |
Color Harmonies of #5E5C5C
Complementary color
Monochromatic Colors of #5E5C5C
Black with #5E5C5C
Text Example
Text Example
White with #5E5C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5C5C; }
p { color: rgb(94,92,92); }
H1.HeaderClassName
{
color: #5E5C5C;
}
.AnyTagClassName
{
color: #5E5C5C;
}
</style>
background-color css
<style>
a { background-color: #5E5C5C; }
a { background-color: rgb(94,92,92); }
div.DivClassName
{
background-color: #5E5C5C;
}
.BgClassName
{
background-color: #5E5C5C;
}
</style>
border-color css
<style>
span { border-color: #5E5C5C; }
span { border-color: rgb(94,92,92); }
td.TdClassName
{
border-color: #5E5C5C;
}
.TagClassName
{
border-color: #5E5C5C;
}
</style>