Shades of Mulled Wine #555360
Tints of Mulled Wine #555360
RGB
CMYK
RGB Variations
Color information
#555360 (or 0x555360) is known color: Mulled Wine. HEX triplet: 55, 53 and 60. RGB value is (85,83,96). Sum of RGB (Red+Green+Blue) = 85+83+96=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 96 - color contains mainly: blue. Hex color #555360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555360 is #AAAC9F. Grayscale: #555555. Windows color (decimal): -11185312 or 6312789. OLE color: 6312789.
HSL color Cylindrical-coordinate representation of color #555360: hue angle of 249.23º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #555360 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 83 | 96 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.62 |
| HSL | 249.23º | 0.07% | 0.35% | - |
| HSV(B) | 249.23º | 0.14% | 0.38% | - |
| XYZ | 8.95 | 8.96 | 12.32 | - |
| YUV | 85.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 96 | 0.11 | 0.14 | 0 | 0.62 | 249.23 | 0.07 | 0.35 |
| Hex | 55 | 53 | 60 | B | E | 0 | 3E | F9 | 7 | 23 |
| Octal | 125 | 123 | 140 | 13 | 16 | 0 | 76 | 371 | 7 | 43 |
| Binary | 1010101 | 1010011 | 1100000 | 1011 | 1110 | 0 | 111110 | 11111001 | 111 | 100011 |
Color Harmonies of #555360
Complementary color
Monochromatic Colors of #555360
Black with #555360
Text Example
Text Example
White with #555360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555360; }
p { color: rgb(85,83,96); }
H1.HeaderClassName
{
color: #555360;
}
.AnyTagClassName
{
color: #555360;
}
</style>
background-color css
<style>
a { background-color: #555360; }
a { background-color: rgb(85,83,96); }
div.DivClassName
{
background-color: #555360;
}
.BgClassName
{
background-color: #555360;
}
</style>
border-color css
<style>
span { border-color: #555360; }
span { border-color: rgb(85,83,96); }
td.TdClassName
{
border-color: #555360;
}
.TagClassName
{
border-color: #555360;
}
</style>