Shades of Mulled Wine #534E5A
Tints of Mulled Wine #534E5A
RGB
CMYK
RGB Variations
Color information
#534E5A (or 0x534E5A) is known color: Mulled Wine. HEX triplet: 53, 4E and 5A. RGB value is (83,78,90). Sum of RGB (Red+Green+Blue) = 83+78+90=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 78 (30.86% from 255 or 31.08% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 90 - color contains mainly: blue. Hex color #534E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534E5A is #ACB1A5. Grayscale: #505050. Windows color (decimal): -11317670 or 5918291. OLE color: 5918291.
HSL color Cylindrical-coordinate representation of color #534E5A: hue angle of 265º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #534E5A is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 78 | 90 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.65 |
| HSL | 265º | 0.07% | 0.33% | - |
| HSV(B) | 265º | 0.13% | 0.35% | - |
| XYZ | 8.14 | 8.03 | 10.79 | - |
| YUV | 80.86 | 133.16 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 90 | 0.08 | 0.13 | 0 | 0.65 | 265 | 0.07 | 0.33 |
| Hex | 53 | 4E | 5A | 8 | D | 0 | 41 | 109 | 7 | 21 |
| Octal | 123 | 116 | 132 | 10 | 15 | 0 | 101 | 411 | 7 | 41 |
| Binary | 1010011 | 1001110 | 1011010 | 1000 | 1101 | 0 | 1000001 | 100001001 | 111 | 100001 |
Color Harmonies of #534E5A
Complementary color
Monochromatic Colors of #534E5A
Black with #534E5A
Text Example
Text Example
White with #534E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E5A; }
p { color: rgb(83,78,90); }
H1.HeaderClassName
{
color: #534E5A;
}
.AnyTagClassName
{
color: #534E5A;
}
</style>
background-color css
<style>
a { background-color: #534E5A; }
a { background-color: rgb(83,78,90); }
div.DivClassName
{
background-color: #534E5A;
}
.BgClassName
{
background-color: #534E5A;
}
</style>
border-color css
<style>
span { border-color: #534E5A; }
span { border-color: rgb(83,78,90); }
td.TdClassName
{
border-color: #534E5A;
}
.TagClassName
{
border-color: #534E5A;
}
</style>