Shades of Mulled Wine #525055
Tints of Mulled Wine #525055
RGB
CMYK
RGB Variations
Color information
#525055 (or 0x525055) is known color: Mulled Wine. HEX triplet: 52, 50 and 55. RGB value is (82,80,85). Sum of RGB (Red+Green+Blue) = 82+80+85=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 85 - color contains mainly: blue. Hex color #525055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525055 is #ADAFAA. Grayscale: #515151. Windows color (decimal): -11382699 or 5591122. OLE color: 5591122.
HSL color Cylindrical-coordinate representation of color #525055: hue angle of 264º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #525055 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 80 | 85 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.67 |
| HSL | 264º | 0.03% | 0.32% | - |
| HSV(B) | 264º | 0.06% | 0.33% | - |
| XYZ | 7.99 | 8.19 | 9.75 | - |
| YUV | 81.17 | 130.16 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 80 | 85 | 0.04 | 0.06 | 0 | 0.67 | 264 | 0.03 | 0.32 |
| Hex | 52 | 50 | 55 | 4 | 6 | 0 | 43 | 108 | 3 | 20 |
| Octal | 122 | 120 | 125 | 4 | 6 | 0 | 103 | 410 | 3 | 40 |
| Binary | 1010010 | 1010000 | 1010101 | 100 | 110 | 0 | 1000011 | 100001000 | 11 | 100000 |
Color Harmonies of #525055
Complementary color
Monochromatic Colors of #525055
Black with #525055
Text Example
Text Example
White with #525055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525055; }
p { color: rgb(82,80,85); }
H1.HeaderClassName
{
color: #525055;
}
.AnyTagClassName
{
color: #525055;
}
</style>
background-color css
<style>
a { background-color: #525055; }
a { background-color: rgb(82,80,85); }
div.DivClassName
{
background-color: #525055;
}
.BgClassName
{
background-color: #525055;
}
</style>
border-color css
<style>
span { border-color: #525055; }
span { border-color: rgb(82,80,85); }
td.TdClassName
{
border-color: #525055;
}
.TagClassName
{
border-color: #525055;
}
</style>