Shades of Mulled Wine #555159
Tints of Mulled Wine #555159
RGB
CMYK
RGB Variations
Color information
#555159 (or 0x555159) is known color: Mulled Wine. HEX triplet: 55, 51 and 59. RGB value is (85,81,89). Sum of RGB (Red+Green+Blue) = 85+81+89=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 89 - color contains mainly: blue. Hex color #555159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555159 is #AAAEA6. Grayscale: #535353. Windows color (decimal): -11185831 or 5853525. OLE color: 5853525.
HSL color Cylindrical-coordinate representation of color #555159: hue angle of 270º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #555159 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 81 | 89 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.65 |
| HSL | 270º | 0.05% | 0.33% | - |
| HSV(B) | 270º | 0.09% | 0.35% | - |
| XYZ | 8.49 | 8.54 | 10.65 | - |
| YUV | 83.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 89 | 0.04 | 0.09 | 0 | 0.65 | 270 | 0.05 | 0.33 |
| Hex | 55 | 51 | 59 | 4 | 9 | 0 | 41 | 10E | 5 | 21 |
| Octal | 125 | 121 | 131 | 4 | 11 | 0 | 101 | 416 | 5 | 41 |
| Binary | 1010101 | 1010001 | 1011001 | 100 | 1001 | 0 | 1000001 | 100001110 | 101 | 100001 |
Color Harmonies of #555159
Complementary color
Monochromatic Colors of #555159
Black with #555159
Text Example
Text Example
White with #555159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555159; }
p { color: rgb(85,81,89); }
H1.HeaderClassName
{
color: #555159;
}
.AnyTagClassName
{
color: #555159;
}
</style>
background-color css
<style>
a { background-color: #555159; }
a { background-color: rgb(85,81,89); }
div.DivClassName
{
background-color: #555159;
}
.BgClassName
{
background-color: #555159;
}
</style>
border-color css
<style>
span { border-color: #555159; }
span { border-color: rgb(85,81,89); }
td.TdClassName
{
border-color: #555159;
}
.TagClassName
{
border-color: #555159;
}
</style>