Shades of Mondo #554E43
Tints of Mondo #554E43
RGB
CMYK
RGB Variations
Color information
#554E43 (or 0x554E43) is known color: Mondo. HEX triplet: 55, 4E and 43. RGB value is (85,78,67). Sum of RGB (Red+Green+Blue) = 85+78+67=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 67 (26.56% from 255 or 29.13% from 230); Max value from RGB is 85 - color contains mainly: red. Hex color #554E43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E43 is #AAB1BC. Grayscale: #4E4E4E. Windows color (decimal): -11186621 or 4410965. OLE color: 4410965.
HSL color Cylindrical-coordinate representation of color #554E43: hue angle of 36.67º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #554E43 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 78 | 67 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.67 |
| HSL | 36.67º | 0.12% | 0.3% | - |
| HSV(B) | 36.67º | 0.21% | 0.33% | - |
| XYZ | 7.48 | 7.79 | 6.42 | - |
| YUV | 78.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 67 | 0 | 0.08 | 0.21 | 0.67 | 36.67 | 0.12 | 0.3 |
| Hex | 55 | 4E | 43 | 0 | 8 | 15 | 43 | 25 | C | 1E |
| Octal | 125 | 116 | 103 | 0 | 10 | 25 | 103 | 45 | 14 | 36 |
| Binary | 1010101 | 1001110 | 1000011 | 0 | 1000 | 10101 | 1000011 | 100101 | 1100 | 11110 |
Color Harmonies of #554E43
Complementary color
Monochromatic Colors of #554E43
Black with #554E43
Text Example
Text Example
White with #554E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554E43; }
p { color: rgb(85,78,67); }
H1.HeaderClassName
{
color: #554E43;
}
.AnyTagClassName
{
color: #554E43;
}
</style>
background-color css
<style>
a { background-color: #554E43; }
a { background-color: rgb(85,78,67); }
div.DivClassName
{
background-color: #554E43;
}
.BgClassName
{
background-color: #554E43;
}
</style>
border-color css
<style>
span { border-color: #554E43; }
span { border-color: rgb(85,78,67); }
td.TdClassName
{
border-color: #554E43;
}
.TagClassName
{
border-color: #554E43;
}
</style>