Shades of Zambezi #655858
Tints of Zambezi #655858
RGB
CMYK
RGB Variations
Color information
#655858 (or 0x655858) is known color: Zambezi. HEX triplet: 65, 58 and 58. RGB value is (101,88,88). Sum of RGB (Red+Green+Blue) = 101+88+88=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 101 - color contains mainly: red. Hex color #655858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655858 is #9AA7A7. Grayscale: #5B5B5B. Windows color (decimal): -10135464 or 5789797. OLE color: 5789797.
HSL color Cylindrical-coordinate representation of color #655858: hue angle of 0º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #655858 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 88 | 88 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.60 |
| HSL | 0º | 0.07% | 0.37% | - |
| HSV(B) | 0º | 0.13% | 0.4% | - |
| XYZ | 10.62 | 10.45 | 10.69 | - |
| YUV | 91.89 | 125.81 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 88 | 0 | 0.13 | 0.13 | 0.60 | 0 | 0.07 | 0.37 |
| Hex | 65 | 58 | 58 | 0 | D | D | 3C | 0 | 7 | 25 |
| Octal | 145 | 130 | 130 | 0 | 15 | 15 | 74 | 0 | 7 | 45 |
| Binary | 1100101 | 1011000 | 1011000 | 0 | 1101 | 1101 | 111100 | 0 | 111 | 100101 |
Color Harmonies of #655858
Complementary color
Monochromatic Colors of #655858
Black with #655858
Text Example
Text Example
White with #655858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655858; }
p { color: rgb(101,88,88); }
H1.HeaderClassName
{
color: #655858;
}
.AnyTagClassName
{
color: #655858;
}
</style>
background-color css
<style>
a { background-color: #655858; }
a { background-color: rgb(101,88,88); }
div.DivClassName
{
background-color: #655858;
}
.BgClassName
{
background-color: #655858;
}
</style>
border-color css
<style>
span { border-color: #655858; }
span { border-color: rgb(101,88,88); }
td.TdClassName
{
border-color: #655858;
}
.TagClassName
{
border-color: #655858;
}
</style>