Shades of Mulled Wine #55505A
Tints of Mulled Wine #55505A
RGB
CMYK
RGB Variations
Color information
#55505A (or 0x55505A) is known color: Mulled Wine. HEX triplet: 55, 50 and 5A. RGB value is (85,80,90). Sum of RGB (Red+Green+Blue) = 85+80+90=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 90 - color contains mainly: blue. Hex color #55505A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55505A is #AAAFA5. Grayscale: #525252. Windows color (decimal): -11186086 or 5918805. OLE color: 5918805.
HSL color Cylindrical-coordinate representation of color #55505A: hue angle of 270º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #55505A is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 80 | 90 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.65 |
| HSL | 270º | 0.06% | 0.33% | - |
| HSV(B) | 270º | 0.11% | 0.35% | - |
| XYZ | 8.46 | 8.41 | 10.85 | - |
| YUV | 82.64 | 132.16 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 90 | 0.06 | 0.11 | 0 | 0.65 | 270 | 0.06 | 0.33 |
| Hex | 55 | 50 | 5A | 6 | B | 0 | 41 | 10E | 6 | 21 |
| Octal | 125 | 120 | 132 | 6 | 13 | 0 | 101 | 416 | 6 | 41 |
| Binary | 1010101 | 1010000 | 1011010 | 110 | 1011 | 0 | 1000001 | 100001110 | 110 | 100001 |
Color Harmonies of #55505A
Complementary color
Monochromatic Colors of #55505A
Black with #55505A
Text Example
Text Example
White with #55505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55505A; }
p { color: rgb(85,80,90); }
H1.HeaderClassName
{
color: #55505A;
}
.AnyTagClassName
{
color: #55505A;
}
</style>
background-color css
<style>
a { background-color: #55505A; }
a { background-color: rgb(85,80,90); }
div.DivClassName
{
background-color: #55505A;
}
.BgClassName
{
background-color: #55505A;
}
</style>
border-color css
<style>
span { border-color: #55505A; }
span { border-color: rgb(85,80,90); }
td.TdClassName
{
border-color: #55505A;
}
.TagClassName
{
border-color: #55505A;
}
</style>