Shades of Mondo #555049
Tints of Mondo #555049
RGB
CMYK
RGB Variations
Color information
#555049 (or 0x555049) is known color: Mondo. HEX triplet: 55, 50 and 49. RGB value is (85,80,73). Sum of RGB (Red+Green+Blue) = 85+80+73=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 85 - color contains mainly: red. Hex color #555049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555049 is #AAAFB6. Grayscale: #505050. Windows color (decimal): -11186103 or 4804693. OLE color: 4804693.
HSL color Cylindrical-coordinate representation of color #555049: hue angle of 35º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #555049 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 80 | 73 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.67 |
| HSL | 35º | 0.08% | 0.31% | - |
| HSV(B) | 35º | 0.14% | 0.33% | - |
| XYZ | 7.82 | 8.15 | 7.46 | - |
| YUV | 80.7 | 123.66 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 73 | 0 | 0.06 | 0.14 | 0.67 | 35 | 0.08 | 0.31 |
| Hex | 55 | 50 | 49 | 0 | 6 | E | 43 | 23 | 8 | 1F |
| Octal | 125 | 120 | 111 | 0 | 6 | 16 | 103 | 43 | 10 | 37 |
| Binary | 1010101 | 1010000 | 1001001 | 0 | 110 | 1110 | 1000011 | 100011 | 1000 | 11111 |
Color Harmonies of #555049
Complementary color
Monochromatic Colors of #555049
Black with #555049
Text Example
Text Example
White with #555049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555049; }
p { color: rgb(85,80,73); }
H1.HeaderClassName
{
color: #555049;
}
.AnyTagClassName
{
color: #555049;
}
</style>
background-color css
<style>
a { background-color: #555049; }
a { background-color: rgb(85,80,73); }
div.DivClassName
{
background-color: #555049;
}
.BgClassName
{
background-color: #555049;
}
</style>
border-color css
<style>
span { border-color: #555049; }
span { border-color: rgb(85,80,73); }
td.TdClassName
{
border-color: #555049;
}
.TagClassName
{
border-color: #555049;
}
</style>