Shades of Mulled Wine #554D6A
Tints of Mulled Wine #554D6A
RGB
CMYK
RGB Variations
Color information
#554D6A (or 0x554D6A) is known color: Mulled Wine. HEX triplet: 55, 4D and 6A. RGB value is (85,77,106). Sum of RGB (Red+Green+Blue) = 85+77+106=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 106 - color contains mainly: blue. Hex color #554D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554D6A is #AAB295. Grayscale: #525252. Windows color (decimal): -11186838 or 6966613. OLE color: 6966613.
HSL color Cylindrical-coordinate representation of color #554D6A: hue angle of 256.55º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #554D6A is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 77 | 106 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.58 |
| HSL | 256.55º | 0.16% | 0.36% | - |
| HSV(B) | 256.55º | 0.27% | 0.42% | - |
| XYZ | 9 | 8.28 | 14.76 | - |
| YUV | 82.7 | 141.15 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 106 | 0.20 | 0.27 | 0 | 0.58 | 256.55 | 0.16 | 0.36 |
| Hex | 55 | 4D | 6A | 14 | 1B | 0 | 3A | 101 | 10 | 24 |
| Octal | 125 | 115 | 152 | 24 | 33 | 0 | 72 | 401 | 20 | 44 |
| Binary | 1010101 | 1001101 | 1101010 | 10100 | 11011 | 0 | 111010 | 100000001 | 10000 | 100100 |
Color Harmonies of #554D6A
Complementary color
Monochromatic Colors of #554D6A
Black with #554D6A
Text Example
Text Example
White with #554D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D6A; }
p { color: rgb(85,77,106); }
H1.HeaderClassName
{
color: #554D6A;
}
.AnyTagClassName
{
color: #554D6A;
}
</style>
background-color css
<style>
a { background-color: #554D6A; }
a { background-color: rgb(85,77,106); }
div.DivClassName
{
background-color: #554D6A;
}
.BgClassName
{
background-color: #554D6A;
}
</style>
border-color css
<style>
span { border-color: #554D6A; }
span { border-color: rgb(85,77,106); }
td.TdClassName
{
border-color: #554D6A;
}
.TagClassName
{
border-color: #554D6A;
}
</style>