Shades of Mulled Wine #55505E
Tints of Mulled Wine #55505E
RGB
CMYK
RGB Variations
Color information
#55505E (or 0x55505E) is known color: Mulled Wine. HEX triplet: 55, 50 and 5E. RGB value is (85,80,94). Sum of RGB (Red+Green+Blue) = 85+80+94=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 94 - color contains mainly: blue. Hex color #55505E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55505E is #AAAFA1. Grayscale: #535353. Windows color (decimal): -11186082 or 6180949. OLE color: 6180949.
HSL color Cylindrical-coordinate representation of color #55505E: hue angle of 261.43º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #55505E is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 80 | 94 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.63 |
| HSL | 261.43º | 0.08% | 0.34% | - |
| HSV(B) | 261.43º | 0.15% | 0.37% | - |
| XYZ | 8.64 | 8.48 | 11.77 | - |
| YUV | 83.09 | 134.16 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 94 | 0.10 | 0.15 | 0 | 0.63 | 261.43 | 0.08 | 0.34 |
| Hex | 55 | 50 | 5E | A | F | 0 | 3F | 105 | 8 | 22 |
| Octal | 125 | 120 | 136 | 12 | 17 | 0 | 77 | 405 | 10 | 42 |
| Binary | 1010101 | 1010000 | 1011110 | 1010 | 1111 | 0 | 111111 | 100000101 | 1000 | 100010 |
Color Harmonies of #55505E
Complementary color
Monochromatic Colors of #55505E
Black with #55505E
Text Example
Text Example
White with #55505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55505E; }
p { color: rgb(85,80,94); }
H1.HeaderClassName
{
color: #55505E;
}
.AnyTagClassName
{
color: #55505E;
}
</style>
background-color css
<style>
a { background-color: #55505E; }
a { background-color: rgb(85,80,94); }
div.DivClassName
{
background-color: #55505E;
}
.BgClassName
{
background-color: #55505E;
}
</style>
border-color css
<style>
span { border-color: #55505E; }
span { border-color: rgb(85,80,94); }
td.TdClassName
{
border-color: #55505E;
}
.TagClassName
{
border-color: #55505E;
}
</style>