Shades of Mulled Wine #534F58
Tints of Mulled Wine #534F58
RGB
CMYK
RGB Variations
Color information
#534F58 (or 0x534F58) is known color: Mulled Wine. HEX triplet: 53, 4F and 58. RGB value is (83,79,88). Sum of RGB (Red+Green+Blue) = 83+79+88=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 88 - color contains mainly: blue. Hex color #534F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534F58 is #ACB0A7. Grayscale: #515151. Windows color (decimal): -11317416 or 5787475. OLE color: 5787475.
HSL color Cylindrical-coordinate representation of color #534F58: hue angle of 266.67º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #534F58 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 79 | 88 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.65 |
| HSL | 266.67º | 0.05% | 0.33% | - |
| HSV(B) | 266.67º | 0.1% | 0.35% | - |
| XYZ | 8.12 | 8.14 | 10.37 | - |
| YUV | 81.22 | 131.83 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 88 | 0.06 | 0.10 | 0 | 0.65 | 266.67 | 0.05 | 0.33 |
| Hex | 53 | 4F | 58 | 6 | A | 0 | 41 | 10B | 5 | 21 |
| Octal | 123 | 117 | 130 | 6 | 12 | 0 | 101 | 413 | 5 | 41 |
| Binary | 1010011 | 1001111 | 1011000 | 110 | 1010 | 0 | 1000001 | 100001011 | 101 | 100001 |
Color Harmonies of #534F58
Complementary color
Monochromatic Colors of #534F58
Black with #534F58
Text Example
Text Example
White with #534F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F58; }
p { color: rgb(83,79,88); }
H1.HeaderClassName
{
color: #534F58;
}
.AnyTagClassName
{
color: #534F58;
}
</style>
background-color css
<style>
a { background-color: #534F58; }
a { background-color: rgb(83,79,88); }
div.DivClassName
{
background-color: #534F58;
}
.BgClassName
{
background-color: #534F58;
}
</style>
border-color css
<style>
span { border-color: #534F58; }
span { border-color: rgb(83,79,88); }
td.TdClassName
{
border-color: #534F58;
}
.TagClassName
{
border-color: #534F58;
}
</style>