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