Shades of Mulled Wine #534A5C
Tints of Mulled Wine #534A5C
RGB
CMYK
RGB Variations
Color information
#534A5C (or 0x534A5C) is known color: Mulled Wine. HEX triplet: 53, 4A and 5C. RGB value is (83,74,92). Sum of RGB (Red+Green+Blue) = 83+74+92=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 92 - color contains mainly: blue. Hex color #534A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534A5C is #ACB5A3. Grayscale: #4E4E4E. Windows color (decimal): -11318692 or 6048339. OLE color: 6048339.
HSL color Cylindrical-coordinate representation of color #534A5C: hue angle of 270º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #534A5C is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 74 | 92 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.64 |
| HSL | 270º | 0.11% | 0.33% | - |
| HSV(B) | 270º | 0.2% | 0.36% | - |
| XYZ | 7.95 | 7.51 | 11.16 | - |
| YUV | 78.74 | 135.48 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 92 | 0.10 | 0.20 | 0 | 0.64 | 270 | 0.11 | 0.33 |
| Hex | 53 | 4A | 5C | A | 14 | 0 | 40 | 10E | B | 21 |
| Octal | 123 | 112 | 134 | 12 | 24 | 0 | 100 | 416 | 13 | 41 |
| Binary | 1010011 | 1001010 | 1011100 | 1010 | 10100 | 0 | 1000000 | 100001110 | 1011 | 100001 |
Color Harmonies of #534A5C
Complementary color
Monochromatic Colors of #534A5C
Black with #534A5C
Text Example
Text Example
White with #534A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534A5C; }
p { color: rgb(83,74,92); }
H1.HeaderClassName
{
color: #534A5C;
}
.AnyTagClassName
{
color: #534A5C;
}
</style>
background-color css
<style>
a { background-color: #534A5C; }
a { background-color: rgb(83,74,92); }
div.DivClassName
{
background-color: #534A5C;
}
.BgClassName
{
background-color: #534A5C;
}
</style>
border-color css
<style>
span { border-color: #534A5C; }
span { border-color: rgb(83,74,92); }
td.TdClassName
{
border-color: #534A5C;
}
.TagClassName
{
border-color: #534A5C;
}
</style>