Shades of Zambezi #5B5A5A
Tints of Zambezi #5B5A5A
RGB
CMYK
RGB Variations
Color information
#5B5A5A (or 0x5B5A5A) is known color: Zambezi. HEX triplet: 5B, 5A and 5A. RGB value is (91,90,90). Sum of RGB (Red+Green+Blue) = 91+90+90=271 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.58% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5A5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5A5A is #A4A5A5. Grayscale: #5A5A5A. Windows color (decimal): -10790310 or 5921371. OLE color: 5921371.
HSL color Cylindrical-coordinate representation of color #5B5A5A: hue angle of 0º degrees, saturation: 0.01, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #5B5A5A is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 90 | 90 | - |
| CMYK | 0 | 0.01 | 0.01 | 0.64 |
| HSL | 0º | 0.01% | 0.35% | - |
| HSV(B) | 0º | 0.01% | 0.36% | - |
| XYZ | 9.82 | 10.27 | 11.14 | - |
| YUV | 90.3 | 127.83 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 90 | 90 | 0 | 0.01 | 0.01 | 0.64 | 0 | 0.01 | 0.35 |
| Hex | 5B | 5A | 5A | 0 | 1 | 1 | 40 | 0 | 1 | 23 |
| Octal | 133 | 132 | 132 | 0 | 1 | 1 | 100 | 0 | 1 | 43 |
| Binary | 1011011 | 1011010 | 1011010 | 0 | 1 | 1 | 1000000 | 0 | 1 | 100011 |
Color Harmonies of #5B5A5A
Complementary color
Monochromatic Colors of #5B5A5A
Black with #5B5A5A
Text Example
Text Example
White with #5B5A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5A5A; }
p { color: rgb(91,90,90); }
H1.HeaderClassName
{
color: #5B5A5A;
}
.AnyTagClassName
{
color: #5B5A5A;
}
</style>
background-color css
<style>
a { background-color: #5B5A5A; }
a { background-color: rgb(91,90,90); }
div.DivClassName
{
background-color: #5B5A5A;
}
.BgClassName
{
background-color: #5B5A5A;
}
</style>
border-color css
<style>
span { border-color: #5B5A5A; }
span { border-color: rgb(91,90,90); }
td.TdClassName
{
border-color: #5B5A5A;
}
.TagClassName
{
border-color: #5B5A5A;
}
</style>