Shades of Mulled Wine #55515B
Tints of Mulled Wine #55515B
RGB
CMYK
RGB Variations
Color information
#55515B (or 0x55515B) is known color: Mulled Wine. HEX triplet: 55, 51 and 5B. RGB value is (85,81,91). Sum of RGB (Red+Green+Blue) = 85+81+91=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 91 - color contains mainly: blue. Hex color #55515B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55515B is #AAAEA4. Grayscale: #535353. Windows color (decimal): -11185829 or 5984597. OLE color: 5984597.
HSL color Cylindrical-coordinate representation of color #55515B: hue angle of 264º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #55515B is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 81 | 91 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.64 |
| HSL | 264º | 0.06% | 0.34% | - |
| HSV(B) | 264º | 0.11% | 0.36% | - |
| XYZ | 8.58 | 8.57 | 11.1 | - |
| YUV | 83.34 | 132.33 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 91 | 0.07 | 0.11 | 0 | 0.64 | 264 | 0.06 | 0.34 |
| Hex | 55 | 51 | 5B | 7 | B | 0 | 40 | 108 | 6 | 22 |
| Octal | 125 | 121 | 133 | 7 | 13 | 0 | 100 | 410 | 6 | 42 |
| Binary | 1010101 | 1010001 | 1011011 | 111 | 1011 | 0 | 1000000 | 100001000 | 110 | 100010 |
Color Harmonies of #55515B
Complementary color
Monochromatic Colors of #55515B
Black with #55515B
Text Example
Text Example
White with #55515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55515B; }
p { color: rgb(85,81,91); }
H1.HeaderClassName
{
color: #55515B;
}
.AnyTagClassName
{
color: #55515B;
}
</style>
background-color css
<style>
a { background-color: #55515B; }
a { background-color: rgb(85,81,91); }
div.DivClassName
{
background-color: #55515B;
}
.BgClassName
{
background-color: #55515B;
}
</style>
border-color css
<style>
span { border-color: #55515B; }
span { border-color: rgb(85,81,91); }
td.TdClassName
{
border-color: #55515B;
}
.TagClassName
{
border-color: #55515B;
}
</style>