Shades of Mulled Wine #53505E
Tints of Mulled Wine #53505E
RGB
CMYK
RGB Variations
Color information
#53505E (or 0x53505E) is known color: Mulled Wine. HEX triplet: 53, 50 and 5E. RGB value is (83,80,94). Sum of RGB (Red+Green+Blue) = 83+80+94=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 94 - color contains mainly: blue. Hex color #53505E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53505E is #ACAFA1. Grayscale: #525252. Windows color (decimal): -11317154 or 6180947. OLE color: 6180947.
HSL color Cylindrical-coordinate representation of color #53505E: hue angle of 252.86º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #53505E is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 83 | 80 | 94 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.63 |
| HSL | 252.86º | 0.08% | 0.34% | - |
| HSV(B) | 252.86º | 0.15% | 0.37% | - |
| XYZ | 8.46 | 8.38 | 11.76 | - |
| YUV | 82.49 | 134.49 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 94 | 0.12 | 0.15 | 0 | 0.63 | 252.86 | 0.08 | 0.34 |
| Hex | 53 | 50 | 5E | C | F | 0 | 3F | FD | 8 | 22 |
| Octal | 123 | 120 | 136 | 14 | 17 | 0 | 77 | 375 | 10 | 42 |
| Binary | 1010011 | 1010000 | 1011110 | 1100 | 1111 | 0 | 111111 | 11111101 | 1000 | 100010 |
Color Harmonies of #53505E
Complementary color
Monochromatic Colors of #53505E
Black with #53505E
Text Example
Text Example
White with #53505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53505E; }
p { color: rgb(83,80,94); }
H1.HeaderClassName
{
color: #53505E;
}
.AnyTagClassName
{
color: #53505E;
}
</style>
background-color css
<style>
a { background-color: #53505E; }
a { background-color: rgb(83,80,94); }
div.DivClassName
{
background-color: #53505E;
}
.BgClassName
{
background-color: #53505E;
}
</style>
border-color css
<style>
span { border-color: #53505E; }
span { border-color: rgb(83,80,94); }
td.TdClassName
{
border-color: #53505E;
}
.TagClassName
{
border-color: #53505E;
}
</style>