Shades of Mondo #554E45
Tints of Mondo #554E45
RGB
CMYK
RGB Variations
Color information
#554E45 (or 0x554E45) is known color: Mondo. HEX triplet: 55, 4E and 45. RGB value is (85,78,69). Sum of RGB (Red+Green+Blue) = 85+78+69=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 85 - color contains mainly: red. Hex color #554E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E45 is #AAB1BA. Grayscale: #4F4F4F. Windows color (decimal): -11186619 or 4542037. OLE color: 4542037.
HSL color Cylindrical-coordinate representation of color #554E45: hue angle of 33.75º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #554E45 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 78 | 69 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.67 |
| HSL | 33.75º | 0.1% | 0.3% | - |
| HSV(B) | 33.75º | 0.19% | 0.33% | - |
| XYZ | 7.54 | 7.81 | 6.74 | - |
| YUV | 79.07 | 122.32 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 69 | 0 | 0.08 | 0.19 | 0.67 | 33.75 | 0.1 | 0.3 |
| Hex | 55 | 4E | 45 | 0 | 8 | 13 | 43 | 22 | A | 1E |
| Octal | 125 | 116 | 105 | 0 | 10 | 23 | 103 | 42 | 12 | 36 |
| Binary | 1010101 | 1001110 | 1000101 | 0 | 1000 | 10011 | 1000011 | 100010 | 1010 | 11110 |
Color Harmonies of #554E45
Complementary color
Monochromatic Colors of #554E45
Black with #554E45
Text Example
Text Example
White with #554E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554E45; }
p { color: rgb(85,78,69); }
H1.HeaderClassName
{
color: #554E45;
}
.AnyTagClassName
{
color: #554E45;
}
</style>
background-color css
<style>
a { background-color: #554E45; }
a { background-color: rgb(85,78,69); }
div.DivClassName
{
background-color: #554E45;
}
.BgClassName
{
background-color: #554E45;
}
</style>
border-color css
<style>
span { border-color: #554E45; }
span { border-color: rgb(85,78,69); }
td.TdClassName
{
border-color: #554E45;
}
.TagClassName
{
border-color: #554E45;
}
</style>