Shades of Mulled Wine #57505C
Tints of Mulled Wine #57505C
RGB
CMYK
RGB Variations
Color information
#57505C (or 0x57505C) is known color: Mulled Wine. HEX triplet: 57, 50 and 5C. RGB value is (87,80,92). Sum of RGB (Red+Green+Blue) = 87+80+92=259 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.59% from 259); Green value is 80 (31.64% from 255 or 30.89% 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 #57505C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57505C is #A8AFA3. Grayscale: #535353. Windows color (decimal): -11055012 or 6049879. OLE color: 6049879.
HSL color Cylindrical-coordinate representation of color #57505C: hue angle of 275º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #57505C is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 80 | 92 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.64 |
| HSL | 275º | 0.07% | 0.34% | - |
| HSV(B) | 275º | 0.13% | 0.36% | - |
| XYZ | 8.73 | 8.54 | 11.31 | - |
| YUV | 83.46 | 132.82 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 80 | 92 | 0.05 | 0.13 | 0 | 0.64 | 275 | 0.07 | 0.34 |
| Hex | 57 | 50 | 5C | 5 | D | 0 | 40 | 113 | 7 | 22 |
| Octal | 127 | 120 | 134 | 5 | 15 | 0 | 100 | 423 | 7 | 42 |
| Binary | 1010111 | 1010000 | 1011100 | 101 | 1101 | 0 | 1000000 | 100010011 | 111 | 100010 |
Color Harmonies of #57505C
Complementary color
Monochromatic Colors of #57505C
Black with #57505C
Text Example
Text Example
White with #57505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57505C; }
p { color: rgb(87,80,92); }
H1.HeaderClassName
{
color: #57505C;
}
.AnyTagClassName
{
color: #57505C;
}
</style>
background-color css
<style>
a { background-color: #57505C; }
a { background-color: rgb(87,80,92); }
div.DivClassName
{
background-color: #57505C;
}
.BgClassName
{
background-color: #57505C;
}
</style>
border-color css
<style>
span { border-color: #57505C; }
span { border-color: rgb(87,80,92); }
td.TdClassName
{
border-color: #57505C;
}
.TagClassName
{
border-color: #57505C;
}
</style>