Shades of Mulled Wine #57505F
Tints of Mulled Wine #57505F
RGB
CMYK
RGB Variations
Color information
#57505F (or 0x57505F) is known color: Mulled Wine. HEX triplet: 57, 50 and 5F. RGB value is (87,80,95). Sum of RGB (Red+Green+Blue) = 87+80+95=262 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.21% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 95 - color contains mainly: blue. Hex color #57505F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57505F is #A8AFA0. Grayscale: #535353. Windows color (decimal): -11055009 or 6246487. OLE color: 6246487.
HSL color Cylindrical-coordinate representation of color #57505F: hue angle of 268º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #57505F is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 87 | 80 | 95 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.63 |
| HSL | 268º | 0.09% | 0.34% | - |
| HSV(B) | 268º | 0.16% | 0.37% | - |
| XYZ | 8.86 | 8.59 | 12.02 | - |
| YUV | 83.8 | 134.32 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 80 | 95 | 0.08 | 0.16 | 0 | 0.63 | 268 | 0.09 | 0.34 |
| Hex | 57 | 50 | 5F | 8 | 10 | 0 | 3F | 10C | 9 | 22 |
| Octal | 127 | 120 | 137 | 10 | 20 | 0 | 77 | 414 | 11 | 42 |
| Binary | 1010111 | 1010000 | 1011111 | 1000 | 10000 | 0 | 111111 | 100001100 | 1001 | 100010 |
Color Harmonies of #57505F
Complementary color
Monochromatic Colors of #57505F
Black with #57505F
Text Example
Text Example
White with #57505F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57505F; }
p { color: rgb(87,80,95); }
H1.HeaderClassName
{
color: #57505F;
}
.AnyTagClassName
{
color: #57505F;
}
</style>
background-color css
<style>
a { background-color: #57505F; }
a { background-color: rgb(87,80,95); }
div.DivClassName
{
background-color: #57505F;
}
.BgClassName
{
background-color: #57505F;
}
</style>
border-color css
<style>
span { border-color: #57505F; }
span { border-color: rgb(87,80,95); }
td.TdClassName
{
border-color: #57505F;
}
.TagClassName
{
border-color: #57505F;
}
</style>