Shades of Mulled Wine #53505C
Tints of Mulled Wine #53505C
RGB
CMYK
RGB Variations
Color information
#53505C (or 0x53505C) is known color: Mulled Wine. HEX triplet: 53, 50 and 5C. RGB value is (83,80,92). Sum of RGB (Red+Green+Blue) = 83+80+92=255 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.55% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 92 - color contains mainly: blue. Hex color #53505C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53505C is #ACAFA3. Grayscale: #525252. Windows color (decimal): -11317156 or 6049875. OLE color: 6049875.
HSL color Cylindrical-coordinate representation of color #53505C: hue angle of 255º 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 #53505C is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 80 | 92 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.64 |
| HSL | 255º | 0.07% | 0.34% | - |
| HSV(B) | 255º | 0.13% | 0.36% | - |
| XYZ | 8.37 | 8.35 | 11.3 | - |
| YUV | 82.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 92 | 0.10 | 0.13 | 0 | 0.64 | 255 | 0.07 | 0.34 |
| Hex | 53 | 50 | 5C | A | D | 0 | 40 | FF | 7 | 22 |
| Octal | 123 | 120 | 134 | 12 | 15 | 0 | 100 | 377 | 7 | 42 |
| Binary | 1010011 | 1010000 | 1011100 | 1010 | 1101 | 0 | 1000000 | 11111111 | 111 | 100010 |
Color Harmonies of #53505C
Complementary color
Monochromatic Colors of #53505C
Black with #53505C
Text Example
Text Example
White with #53505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53505C; }
p { color: rgb(83,80,92); }
H1.HeaderClassName
{
color: #53505C;
}
.AnyTagClassName
{
color: #53505C;
}
</style>
background-color css
<style>
a { background-color: #53505C; }
a { background-color: rgb(83,80,92); }
div.DivClassName
{
background-color: #53505C;
}
.BgClassName
{
background-color: #53505C;
}
</style>
border-color css
<style>
span { border-color: #53505C; }
span { border-color: rgb(83,80,92); }
td.TdClassName
{
border-color: #53505C;
}
.TagClassName
{
border-color: #53505C;
}
</style>