Shades of Mulled Wine #55515C
Tints of Mulled Wine #55515C
RGB
CMYK
RGB Variations
Color information
#55515C (or 0x55515C) is known color: Mulled Wine. HEX triplet: 55, 51 and 5C. RGB value is (85,81,92). Sum of RGB (Red+Green+Blue) = 85+81+92=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 92 - color contains mainly: blue. Hex color #55515C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55515C is #AAAEA3. Grayscale: #535353. Windows color (decimal): -11185828 or 6050133. OLE color: 6050133.
HSL color Cylindrical-coordinate representation of color #55515C: hue angle of 261.82º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #55515C is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 81 | 92 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.64 |
| HSL | 261.82º | 0.06% | 0.34% | - |
| HSV(B) | 261.82º | 0.12% | 0.36% | - |
| XYZ | 8.62 | 8.59 | 11.33 | - |
| YUV | 83.45 | 132.83 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 92 | 0.08 | 0.12 | 0 | 0.64 | 261.82 | 0.06 | 0.34 |
| Hex | 55 | 51 | 5C | 8 | C | 0 | 40 | 106 | 6 | 22 |
| Octal | 125 | 121 | 134 | 10 | 14 | 0 | 100 | 406 | 6 | 42 |
| Binary | 1010101 | 1010001 | 1011100 | 1000 | 1100 | 0 | 1000000 | 100000110 | 110 | 100010 |
Color Harmonies of #55515C
Complementary color
Monochromatic Colors of #55515C
Black with #55515C
Text Example
Text Example
White with #55515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55515C; }
p { color: rgb(85,81,92); }
H1.HeaderClassName
{
color: #55515C;
}
.AnyTagClassName
{
color: #55515C;
}
</style>
background-color css
<style>
a { background-color: #55515C; }
a { background-color: rgb(85,81,92); }
div.DivClassName
{
background-color: #55515C;
}
.BgClassName
{
background-color: #55515C;
}
</style>
border-color css
<style>
span { border-color: #55515C; }
span { border-color: rgb(85,81,92); }
td.TdClassName
{
border-color: #55515C;
}
.TagClassName
{
border-color: #55515C;
}
</style>