Shades of Mulled Wine #555459
Tints of Mulled Wine #555459
RGB
CMYK
RGB Variations
Color information
#555459 (or 0x555459) is known color: Mulled Wine. HEX triplet: 55, 54 and 59. RGB value is (85,84,89). Sum of RGB (Red+Green+Blue) = 85+84+89=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 89 - color contains mainly: blue. Hex color #555459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555459 is #AAABA6. Grayscale: #545454. Windows color (decimal): -11185063 or 5854293. OLE color: 5854293.
HSL color Cylindrical-coordinate representation of color #555459: hue angle of 252º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #555459 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 84 | 89 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.65 |
| HSL | 252º | 0.03% | 0.34% | - |
| HSV(B) | 252º | 0.06% | 0.35% | - |
| XYZ | 8.72 | 8.99 | 10.73 | - |
| YUV | 84.87 | 130.33 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 89 | 0.04 | 0.06 | 0 | 0.65 | 252 | 0.03 | 0.34 |
| Hex | 55 | 54 | 59 | 4 | 6 | 0 | 41 | FC | 3 | 22 |
| Octal | 125 | 124 | 131 | 4 | 6 | 0 | 101 | 374 | 3 | 42 |
| Binary | 1010101 | 1010100 | 1011001 | 100 | 110 | 0 | 1000001 | 11111100 | 11 | 100010 |
Color Harmonies of #555459
Complementary color
Monochromatic Colors of #555459
Black with #555459
Text Example
Text Example
White with #555459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555459; }
p { color: rgb(85,84,89); }
H1.HeaderClassName
{
color: #555459;
}
.AnyTagClassName
{
color: #555459;
}
</style>
background-color css
<style>
a { background-color: #555459; }
a { background-color: rgb(85,84,89); }
div.DivClassName
{
background-color: #555459;
}
.BgClassName
{
background-color: #555459;
}
</style>
border-color css
<style>
span { border-color: #555459; }
span { border-color: rgb(85,84,89); }
td.TdClassName
{
border-color: #555459;
}
.TagClassName
{
border-color: #555459;
}
</style>