Shades of Mondo #554F46
Tints of Mondo #554F46
RGB
CMYK
RGB Variations
Color information
#554F46 (or 0x554F46) is known color: Mondo. HEX triplet: 55, 4F and 46. RGB value is (85,79,70). Sum of RGB (Red+Green+Blue) = 85+79+70=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 85 - color contains mainly: red. Hex color #554F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F46 is #AAB0B9. Grayscale: #4F4F4F. Windows color (decimal): -11186362 or 4607829. OLE color: 4607829.
HSL color Cylindrical-coordinate representation of color #554F46: hue angle of 36º 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 #554F46 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 79 | 70 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.67 |
| HSL | 36º | 0.1% | 0.3% | - |
| HSV(B) | 36º | 0.18% | 0.33% | - |
| XYZ | 7.65 | 7.97 | 6.93 | - |
| YUV | 79.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 70 | 0 | 0.07 | 0.18 | 0.67 | 36 | 0.1 | 0.3 |
| Hex | 55 | 4F | 46 | 0 | 7 | 12 | 43 | 24 | A | 1E |
| Octal | 125 | 117 | 106 | 0 | 7 | 22 | 103 | 44 | 12 | 36 |
| Binary | 1010101 | 1001111 | 1000110 | 0 | 111 | 10010 | 1000011 | 100100 | 1010 | 11110 |
Color Harmonies of #554F46
Complementary color
Monochromatic Colors of #554F46
Black with #554F46
Text Example
Text Example
White with #554F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554F46; }
p { color: rgb(85,79,70); }
H1.HeaderClassName
{
color: #554F46;
}
.AnyTagClassName
{
color: #554F46;
}
</style>
background-color css
<style>
a { background-color: #554F46; }
a { background-color: rgb(85,79,70); }
div.DivClassName
{
background-color: #554F46;
}
.BgClassName
{
background-color: #554F46;
}
</style>
border-color css
<style>
span { border-color: #554F46; }
span { border-color: rgb(85,79,70); }
td.TdClassName
{
border-color: #554F46;
}
.TagClassName
{
border-color: #554F46;
}
</style>