Shades of Mulled Wine #55525C
Tints of Mulled Wine #55525C
RGB
CMYK
RGB Variations
Color information
#55525C (or 0x55525C) is known color: Mulled Wine. HEX triplet: 55, 52 and 5C. RGB value is (85,82,92). Sum of RGB (Red+Green+Blue) = 85+82+92=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 92 - color contains mainly: blue. Hex color #55525C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55525C is #AAADA3. Grayscale: #545454. Windows color (decimal): -11185572 or 6050389. OLE color: 6050389.
HSL color Cylindrical-coordinate representation of color #55525C: hue angle of 258º 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 #55525C is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 82 | 92 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.64 |
| HSL | 258º | 0.06% | 0.34% | - |
| HSV(B) | 258º | 0.11% | 0.36% | - |
| XYZ | 8.7 | 8.74 | 11.35 | - |
| YUV | 84.04 | 132.49 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 92 | 0.08 | 0.11 | 0 | 0.64 | 258 | 0.06 | 0.34 |
| Hex | 55 | 52 | 5C | 8 | B | 0 | 40 | 102 | 6 | 22 |
| Octal | 125 | 122 | 134 | 10 | 13 | 0 | 100 | 402 | 6 | 42 |
| Binary | 1010101 | 1010010 | 1011100 | 1000 | 1011 | 0 | 1000000 | 100000010 | 110 | 100010 |
Color Harmonies of #55525C
Complementary color
Monochromatic Colors of #55525C
Black with #55525C
Text Example
Text Example
White with #55525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55525C; }
p { color: rgb(85,82,92); }
H1.HeaderClassName
{
color: #55525C;
}
.AnyTagClassName
{
color: #55525C;
}
</style>
background-color css
<style>
a { background-color: #55525C; }
a { background-color: rgb(85,82,92); }
div.DivClassName
{
background-color: #55525C;
}
.BgClassName
{
background-color: #55525C;
}
</style>
border-color css
<style>
span { border-color: #55525C; }
span { border-color: rgb(85,82,92); }
td.TdClassName
{
border-color: #55525C;
}
.TagClassName
{
border-color: #55525C;
}
</style>