Shades of Mulled Wine #554D68
Tints of Mulled Wine #554D68
RGB
CMYK
RGB Variations
Color information
#554D68 (or 0x554D68) is known color: Mulled Wine. HEX triplet: 55, 4D and 68. RGB value is (85,77,104). Sum of RGB (Red+Green+Blue) = 85+77+104=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 104 - color contains mainly: blue. Hex color #554D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554D68 is #AAB297. Grayscale: #525252. Windows color (decimal): -11186840 or 6835541. OLE color: 6835541.
HSL color Cylindrical-coordinate representation of color #554D68: hue angle of 257.78º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #554D68 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 77 | 104 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.59 |
| HSL | 257.78º | 0.15% | 0.35% | - |
| HSV(B) | 257.78º | 0.26% | 0.41% | - |
| XYZ | 8.9 | 8.24 | 14.22 | - |
| YUV | 82.47 | 140.15 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 104 | 0.18 | 0.26 | 0 | 0.59 | 257.78 | 0.15 | 0.35 |
| Hex | 55 | 4D | 68 | 12 | 1A | 0 | 3B | 102 | F | 23 |
| Octal | 125 | 115 | 150 | 22 | 32 | 0 | 73 | 402 | 17 | 43 |
| Binary | 1010101 | 1001101 | 1101000 | 10010 | 11010 | 0 | 111011 | 100000010 | 1111 | 100011 |
Color Harmonies of #554D68
Complementary color
Monochromatic Colors of #554D68
Black with #554D68
Text Example
Text Example
White with #554D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D68; }
p { color: rgb(85,77,104); }
H1.HeaderClassName
{
color: #554D68;
}
.AnyTagClassName
{
color: #554D68;
}
</style>
background-color css
<style>
a { background-color: #554D68; }
a { background-color: rgb(85,77,104); }
div.DivClassName
{
background-color: #554D68;
}
.BgClassName
{
background-color: #554D68;
}
</style>
border-color css
<style>
span { border-color: #554D68; }
span { border-color: rgb(85,77,104); }
td.TdClassName
{
border-color: #554D68;
}
.TagClassName
{
border-color: #554D68;
}
</style>