Shades of Mulled Wine #57545D
Tints of Mulled Wine #57545D
RGB
CMYK
RGB Variations
Color information
#57545D (or 0x57545D) is known color: Mulled Wine. HEX triplet: 57, 54 and 5D. RGB value is (87,84,93). Sum of RGB (Red+Green+Blue) = 87+84+93=264 (34% of max value = 765). Red value is 87 (34.38% from 255 or 32.95% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 93 - color contains mainly: blue. Hex color #57545D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57545D is #A8ABA2. Grayscale: #555555. Windows color (decimal): -11053987 or 6116439. OLE color: 6116439.
HSL color Cylindrical-coordinate representation of color #57545D: hue angle of 260º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #57545D is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 84 | 93 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.64 |
| HSL | 260º | 0.05% | 0.35% | - |
| HSV(B) | 260º | 0.1% | 0.36% | - |
| XYZ | 9.08 | 9.16 | 11.65 | - |
| YUV | 85.92 | 131.99 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 84 | 93 | 0.06 | 0.10 | 0 | 0.64 | 260 | 0.05 | 0.35 |
| Hex | 57 | 54 | 5D | 6 | A | 0 | 40 | 104 | 5 | 23 |
| Octal | 127 | 124 | 135 | 6 | 12 | 0 | 100 | 404 | 5 | 43 |
| Binary | 1010111 | 1010100 | 1011101 | 110 | 1010 | 0 | 1000000 | 100000100 | 101 | 100011 |
Color Harmonies of #57545D
Complementary color
Monochromatic Colors of #57545D
Black with #57545D
Text Example
Text Example
White with #57545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57545D; }
p { color: rgb(87,84,93); }
H1.HeaderClassName
{
color: #57545D;
}
.AnyTagClassName
{
color: #57545D;
}
</style>
background-color css
<style>
a { background-color: #57545D; }
a { background-color: rgb(87,84,93); }
div.DivClassName
{
background-color: #57545D;
}
.BgClassName
{
background-color: #57545D;
}
</style>
border-color css
<style>
span { border-color: #57545D; }
span { border-color: rgb(87,84,93); }
td.TdClassName
{
border-color: #57545D;
}
.TagClassName
{
border-color: #57545D;
}
</style>