Shades of Mulled Wine #545358
Tints of Mulled Wine #545358
RGB
CMYK
RGB Variations
Color information
#545358 (or 0x545358) is known color: Mulled Wine. HEX triplet: 54, 53 and 58. RGB value is (84,83,88). Sum of RGB (Red+Green+Blue) = 84+83+88=255 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.94% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 88 (34.77% from 255 or 34.51% from 255); Max value from RGB is 88 - color contains mainly: blue. Hex color #545358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545358 is #ABACA7. Grayscale: #535353. Windows color (decimal): -11250856 or 5788500. OLE color: 5788500.
HSL color Cylindrical-coordinate representation of color #545358: hue angle of 252º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #545358 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 83 | 88 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.65 |
| HSL | 252º | 0.03% | 0.34% | - |
| HSV(B) | 252º | 0.06% | 0.35% | - |
| XYZ | 8.51 | 8.78 | 10.48 | - |
| YUV | 83.87 | 130.33 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 83 | 88 | 0.05 | 0.06 | 0 | 0.65 | 252 | 0.03 | 0.34 |
| Hex | 54 | 53 | 58 | 5 | 6 | 0 | 41 | FC | 3 | 22 |
| Octal | 124 | 123 | 130 | 5 | 6 | 0 | 101 | 374 | 3 | 42 |
| Binary | 1010100 | 1010011 | 1011000 | 101 | 110 | 0 | 1000001 | 11111100 | 11 | 100010 |
Color Harmonies of #545358
Complementary color
Monochromatic Colors of #545358
Black with #545358
Text Example
Text Example
White with #545358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545358; }
p { color: rgb(84,83,88); }
H1.HeaderClassName
{
color: #545358;
}
.AnyTagClassName
{
color: #545358;
}
</style>
background-color css
<style>
a { background-color: #545358; }
a { background-color: rgb(84,83,88); }
div.DivClassName
{
background-color: #545358;
}
.BgClassName
{
background-color: #545358;
}
</style>
border-color css
<style>
span { border-color: #545358; }
span { border-color: rgb(84,83,88); }
td.TdClassName
{
border-color: #545358;
}
.TagClassName
{
border-color: #545358;
}
</style>