Shades of Mondo #554E42
Tints of Mondo #554E42
RGB
CMYK
RGB Variations
Color information
#554E42 (or 0x554E42) is known color: Mondo. HEX triplet: 55, 4E and 42. RGB value is (85,78,66). Sum of RGB (Red+Green+Blue) = 85+78+66=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 85 - color contains mainly: red. Hex color #554E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E42 is #AAB1BD. Grayscale: #4E4E4E. Windows color (decimal): -11186622 or 4345429. OLE color: 4345429.
HSL color Cylindrical-coordinate representation of color #554E42: hue angle of 37.89º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #554E42 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 78 | 66 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.67 |
| HSL | 37.89º | 0.13% | 0.3% | - |
| HSV(B) | 37.89º | 0.22% | 0.33% | - |
| XYZ | 7.45 | 7.77 | 6.26 | - |
| YUV | 78.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 66 | 0 | 0.08 | 0.22 | 0.67 | 37.89 | 0.13 | 0.3 |
| Hex | 55 | 4E | 42 | 0 | 8 | 16 | 43 | 26 | D | 1E |
| Octal | 125 | 116 | 102 | 0 | 10 | 26 | 103 | 46 | 15 | 36 |
| Binary | 1010101 | 1001110 | 1000010 | 0 | 1000 | 10110 | 1000011 | 100110 | 1101 | 11110 |
Color Harmonies of #554E42
Complementary color
Monochromatic Colors of #554E42
Black with #554E42
Text Example
Text Example
White with #554E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554E42; }
p { color: rgb(85,78,66); }
H1.HeaderClassName
{
color: #554E42;
}
.AnyTagClassName
{
color: #554E42;
}
</style>
background-color css
<style>
a { background-color: #554E42; }
a { background-color: rgb(85,78,66); }
div.DivClassName
{
background-color: #554E42;
}
.BgClassName
{
background-color: #554E42;
}
</style>
border-color css
<style>
span { border-color: #554E42; }
span { border-color: rgb(85,78,66); }
td.TdClassName
{
border-color: #554E42;
}
.TagClassName
{
border-color: #554E42;
}
</style>