Shades of Mulled Wine #555160
Tints of Mulled Wine #555160
RGB
CMYK
RGB Variations
Color information
#555160 (or 0x555160) is known color: Mulled Wine. HEX triplet: 55, 51 and 60. RGB value is (85,81,96). Sum of RGB (Red+Green+Blue) = 85+81+96=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 96 - color contains mainly: blue. Hex color #555160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555160 is #AAAE9F. Grayscale: #535353. Windows color (decimal): -11185824 or 6312277. OLE color: 6312277.
HSL color Cylindrical-coordinate representation of color #555160: hue angle of 256º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #555160 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 81 | 96 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.62 |
| HSL | 256º | 0.08% | 0.35% | - |
| HSV(B) | 256º | 0.16% | 0.38% | - |
| XYZ | 8.8 | 8.66 | 12.27 | - |
| YUV | 83.91 | 134.83 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 96 | 0.11 | 0.16 | 0 | 0.62 | 256 | 0.08 | 0.35 |
| Hex | 55 | 51 | 60 | B | 10 | 0 | 3E | 100 | 8 | 23 |
| Octal | 125 | 121 | 140 | 13 | 20 | 0 | 76 | 400 | 10 | 43 |
| Binary | 1010101 | 1010001 | 1100000 | 1011 | 10000 | 0 | 111110 | 100000000 | 1000 | 100011 |
Color Harmonies of #555160
Complementary color
Monochromatic Colors of #555160
Black with #555160
Text Example
Text Example
White with #555160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555160; }
p { color: rgb(85,81,96); }
H1.HeaderClassName
{
color: #555160;
}
.AnyTagClassName
{
color: #555160;
}
</style>
background-color css
<style>
a { background-color: #555160; }
a { background-color: rgb(85,81,96); }
div.DivClassName
{
background-color: #555160;
}
.BgClassName
{
background-color: #555160;
}
</style>
border-color css
<style>
span { border-color: #555160; }
span { border-color: rgb(85,81,96); }
td.TdClassName
{
border-color: #555160;
}
.TagClassName
{
border-color: #555160;
}
</style>