Shades of Mulled Wine #55545A
Tints of Mulled Wine #55545A
RGB
CMYK
RGB Variations
Color information
#55545A (or 0x55545A) is known color: Mulled Wine. HEX triplet: 55, 54 and 5A. RGB value is (85,84,90). Sum of RGB (Red+Green+Blue) = 85+84+90=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 90 - color contains mainly: blue. Hex color #55545A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55545A is #AAABA5. Grayscale: #545454. Windows color (decimal): -11185062 or 5919829. OLE color: 5919829.
HSL color Cylindrical-coordinate representation of color #55545A: hue angle of 250º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #55545A is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 84 | 90 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.65 |
| HSL | 250º | 0.03% | 0.34% | - |
| HSV(B) | 250º | 0.07% | 0.35% | - |
| XYZ | 8.76 | 9.01 | 10.95 | - |
| YUV | 84.98 | 130.83 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 90 | 0.06 | 0.07 | 0 | 0.65 | 250 | 0.03 | 0.34 |
| Hex | 55 | 54 | 5A | 6 | 7 | 0 | 41 | FA | 3 | 22 |
| Octal | 125 | 124 | 132 | 6 | 7 | 0 | 101 | 372 | 3 | 42 |
| Binary | 1010101 | 1010100 | 1011010 | 110 | 111 | 0 | 1000001 | 11111010 | 11 | 100010 |
Color Harmonies of #55545A
Complementary color
Monochromatic Colors of #55545A
Black with #55545A
Text Example
Text Example
White with #55545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55545A; }
p { color: rgb(85,84,90); }
H1.HeaderClassName
{
color: #55545A;
}
.AnyTagClassName
{
color: #55545A;
}
</style>
background-color css
<style>
a { background-color: #55545A; }
a { background-color: rgb(85,84,90); }
div.DivClassName
{
background-color: #55545A;
}
.BgClassName
{
background-color: #55545A;
}
</style>
border-color css
<style>
span { border-color: #55545A; }
span { border-color: rgb(85,84,90); }
td.TdClassName
{
border-color: #55545A;
}
.TagClassName
{
border-color: #55545A;
}
</style>