Shades of Mondo #554E46
Tints of Mondo #554E46
RGB
CMYK
RGB Variations
Color information
#554E46 (or 0x554E46) is known color: Mondo. HEX triplet: 55, 4E and 46. RGB value is (85,78,70). Sum of RGB (Red+Green+Blue) = 85+78+70=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 85 - color contains mainly: red. Hex color #554E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E46 is #AAB1B9. Grayscale: #4F4F4F. Windows color (decimal): -11186618 or 4607573. OLE color: 4607573.
HSL color Cylindrical-coordinate representation of color #554E46: hue angle of 32º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #554E46 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 78 | 70 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.67 |
| HSL | 32º | 0.1% | 0.3% | - |
| HSV(B) | 32º | 0.18% | 0.33% | - |
| XYZ | 7.58 | 7.82 | 6.9 | - |
| YUV | 79.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 70 | 0 | 0.08 | 0.18 | 0.67 | 32 | 0.1 | 0.3 |
| Hex | 55 | 4E | 46 | 0 | 8 | 12 | 43 | 20 | A | 1E |
| Octal | 125 | 116 | 106 | 0 | 10 | 22 | 103 | 40 | 12 | 36 |
| Binary | 1010101 | 1001110 | 1000110 | 0 | 1000 | 10010 | 1000011 | 100000 | 1010 | 11110 |
Color Harmonies of #554E46
Complementary color
Monochromatic Colors of #554E46
Black with #554E46
Text Example
Text Example
White with #554E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554E46; }
p { color: rgb(85,78,70); }
H1.HeaderClassName
{
color: #554E46;
}
.AnyTagClassName
{
color: #554E46;
}
</style>
background-color css
<style>
a { background-color: #554E46; }
a { background-color: rgb(85,78,70); }
div.DivClassName
{
background-color: #554E46;
}
.BgClassName
{
background-color: #554E46;
}
</style>
border-color css
<style>
span { border-color: #554E46; }
span { border-color: rgb(85,78,70); }
td.TdClassName
{
border-color: #554E46;
}
.TagClassName
{
border-color: #554E46;
}
</style>