Shades of Zambezi #5C5555
Tints of Zambezi #5C5555
RGB
CMYK
RGB Variations
Color information
#5C5555 (or 0x5C5555) is known color: Zambezi. HEX triplet: 5C, 55 and 55. RGB value is (92,85,85). Sum of RGB (Red+Green+Blue) = 92+85+85=262 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.11% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5555 is #A3AAAA. Grayscale: #575757. Windows color (decimal): -10726059 or 5592412. OLE color: 5592412.
HSL color Cylindrical-coordinate representation of color #5C5555: hue angle of 0º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5C5555 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
RGB | 92 | 85 | 85 | - |
CMYK | 0 | 0.08 | 0.08 | 0.64 |
HSL | 0º | 0.04% | 0.35% | - |
HSV(B) | 0º | 0.08% | 0.36% | - |
XYZ | 9.3 | 9.43 | 9.92 | - |
YUV | 87.09 | 126.82 | 131.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 92 | 85 | 85 | 0 | 0.08 | 0.08 | 0.64 | 0 | 0.04 | 0.35 |
Hex | 5C | 55 | 55 | 0 | 8 | 8 | 40 | 0 | 4 | 23 |
Octal | 134 | 125 | 125 | 0 | 10 | 10 | 100 | 0 | 4 | 43 |
Binary | 1011100 | 1010101 | 1010101 | 0 | 1000 | 1000 | 1000000 | 0 | 100 | 100011 |
Color Harmonies of #5C5555
Complementary color
Monochromatic Colors of #5C5555
Black with #5C5555
Text Example
Text Example
White with #5C5555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5555; }
p { color: rgb(92,85,85); }
H1.HeaderClassName
{
color: #5C5555;
}
.AnyTagClassName
{
color: #5C5555;
}
</style>
background-color css
<style>
a { background-color: #5C5555; }
a { background-color: rgb(92,85,85); }
div.DivClassName
{
background-color: #5C5555;
}
.BgClassName
{
background-color: #5C5555;
}
</style>
border-color css
<style>
span { border-color: #5C5555; }
span { border-color: rgb(92,85,85); }
td.TdClassName
{
border-color: #5C5555;
}
.TagClassName
{
border-color: #5C5555;
}
</style>