Shades of Zambezi #625A5A
Tints of Zambezi #625A5A
RGB
CMYK
RGB Variations
Color information
#625A5A (or 0x625A5A) is known color: Zambezi. HEX triplet: 62, 5A and 5A. RGB value is (98,90,90). Sum of RGB (Red+Green+Blue) = 98+90+90=278 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.25% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 98 - color contains mainly: red. Hex color #625A5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625A5A is #9DA5A5. Grayscale: #5C5C5C. Windows color (decimal): -10331558 or 5921378. OLE color: 5921378.
HSL color Cylindrical-coordinate representation of color #625A5A: hue angle of 0º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #625A5A is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 90 | 90 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.62 |
| HSL | 0º | 0.04% | 0.37% | - |
| HSV(B) | 0º | 0.08% | 0.38% | - |
| XYZ | 10.54 | 10.65 | 11.17 | - |
| YUV | 92.39 | 126.65 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 90 | 90 | 0 | 0.08 | 0.08 | 0.62 | 0 | 0.04 | 0.37 |
| Hex | 62 | 5A | 5A | 0 | 8 | 8 | 3E | 0 | 4 | 25 |
| Octal | 142 | 132 | 132 | 0 | 10 | 10 | 76 | 0 | 4 | 45 |
| Binary | 1100010 | 1011010 | 1011010 | 0 | 1000 | 1000 | 111110 | 0 | 100 | 100101 |
Color Harmonies of #625A5A
Complementary color
Monochromatic Colors of #625A5A
Black with #625A5A
Text Example
Text Example
White with #625A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625A5A; }
p { color: rgb(98,90,90); }
H1.HeaderClassName
{
color: #625A5A;
}
.AnyTagClassName
{
color: #625A5A;
}
</style>
background-color css
<style>
a { background-color: #625A5A; }
a { background-color: rgb(98,90,90); }
div.DivClassName
{
background-color: #625A5A;
}
.BgClassName
{
background-color: #625A5A;
}
</style>
border-color css
<style>
span { border-color: #625A5A; }
span { border-color: rgb(98,90,90); }
td.TdClassName
{
border-color: #625A5A;
}
.TagClassName
{
border-color: #625A5A;
}
</style>