Shades of Zambezi #5C5A5A
Tints of Zambezi #5C5A5A
RGB
CMYK
RGB Variations
Color information
#5C5A5A (or 0x5C5A5A) is known color: Zambezi. HEX triplet: 5C, 5A and 5A. RGB value is (92,90,90). Sum of RGB (Red+Green+Blue) = 92+90+90=272 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.82% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5A5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5A5A is #A3A5A5. Grayscale: #5A5A5A. Windows color (decimal): -10724774 or 5921372. OLE color: 5921372.
HSL color Cylindrical-coordinate representation of color #5C5A5A: hue angle of 0º degrees, saturation: 0.01, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #5C5A5A is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
RGB | 92 | 90 | 90 | - |
CMYK | 0 | 0.02 | 0.02 | 0.64 |
HSL | 0º | 0.01% | 0.36% | - |
HSV(B) | 0º | 0.02% | 0.36% | - |
XYZ | 9.92 | 10.33 | 11.14 | - |
YUV | 90.6 | 127.66 | 129 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 92 | 90 | 90 | 0 | 0.02 | 0.02 | 0.64 | 0 | 0.01 | 0.36 |
Hex | 5C | 5A | 5A | 0 | 2 | 2 | 40 | 0 | 1 | 24 |
Octal | 134 | 132 | 132 | 0 | 2 | 2 | 100 | 0 | 1 | 44 |
Binary | 1011100 | 1011010 | 1011010 | 0 | 10 | 10 | 1000000 | 0 | 1 | 100100 |
Color Harmonies of #5C5A5A
Complementary color
Monochromatic Colors of #5C5A5A
Black with #5C5A5A
Text Example
Text Example
White with #5C5A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5A5A; }
p { color: rgb(92,90,90); }
H1.HeaderClassName
{
color: #5C5A5A;
}
.AnyTagClassName
{
color: #5C5A5A;
}
</style>
background-color css
<style>
a { background-color: #5C5A5A; }
a { background-color: rgb(92,90,90); }
div.DivClassName
{
background-color: #5C5A5A;
}
.BgClassName
{
background-color: #5C5A5A;
}
</style>
border-color css
<style>
span { border-color: #5C5A5A; }
span { border-color: rgb(92,90,90); }
td.TdClassName
{
border-color: #5C5A5A;
}
.TagClassName
{
border-color: #5C5A5A;
}
</style>