Shades of Mulled Wine #554D5F
Tints of Mulled Wine #554D5F
RGB
CMYK
RGB Variations
Color information
#554D5F (or 0x554D5F) is known color: Mulled Wine. HEX triplet: 55, 4D and 5F. RGB value is (85,77,95). Sum of RGB (Red+Green+Blue) = 85+77+95=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 95 - color contains mainly: blue. Hex color #554D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554D5F is #AAB2A0. Grayscale: #515151. Windows color (decimal): -11186849 or 6245717. OLE color: 6245717.
HSL color Cylindrical-coordinate representation of color #554D5F: hue angle of 266.67º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #554D5F is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 77 | 95 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.63 |
| HSL | 266.67º | 0.1% | 0.34% | - |
| HSV(B) | 266.67º | 0.19% | 0.37% | - |
| XYZ | 8.47 | 8.07 | 11.94 | - |
| YUV | 81.44 | 135.65 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 95 | 0.11 | 0.19 | 0 | 0.63 | 266.67 | 0.1 | 0.34 |
| Hex | 55 | 4D | 5F | B | 13 | 0 | 3F | 10B | A | 22 |
| Octal | 125 | 115 | 137 | 13 | 23 | 0 | 77 | 413 | 12 | 42 |
| Binary | 1010101 | 1001101 | 1011111 | 1011 | 10011 | 0 | 111111 | 100001011 | 1010 | 100010 |
Color Harmonies of #554D5F
Complementary color
Monochromatic Colors of #554D5F
Black with #554D5F
Text Example
Text Example
White with #554D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D5F; }
p { color: rgb(85,77,95); }
H1.HeaderClassName
{
color: #554D5F;
}
.AnyTagClassName
{
color: #554D5F;
}
</style>
background-color css
<style>
a { background-color: #554D5F; }
a { background-color: rgb(85,77,95); }
div.DivClassName
{
background-color: #554D5F;
}
.BgClassName
{
background-color: #554D5F;
}
</style>
border-color css
<style>
span { border-color: #554D5F; }
span { border-color: rgb(85,77,95); }
td.TdClassName
{
border-color: #554D5F;
}
.TagClassName
{
border-color: #554D5F;
}
</style>