Shades of Mulled Wine #554A62
Tints of Mulled Wine #554A62
RGB
CMYK
RGB Variations
Color information
#554A62 (or 0x554A62) is known color: Mulled Wine. HEX triplet: 55, 4A and 62. RGB value is (85,74,98). Sum of RGB (Red+Green+Blue) = 85+74+98=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 98 - color contains mainly: blue. Hex color #554A62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554A62 is #AAB59D. Grayscale: #4F4F4F. Windows color (decimal): -11187614 or 6441557. OLE color: 6441557.
HSL color Cylindrical-coordinate representation of color #554A62: hue angle of 267.5º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #554A62 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 74 | 98 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.62 |
| HSL | 267.5º | 0.14% | 0.34% | - |
| HSV(B) | 267.5º | 0.24% | 0.38% | - |
| XYZ | 8.4 | 7.71 | 12.6 | - |
| YUV | 80.03 | 138.14 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 98 | 0.13 | 0.24 | 0 | 0.62 | 267.5 | 0.14 | 0.34 |
| Hex | 55 | 4A | 62 | D | 18 | 0 | 3E | 10C | E | 22 |
| Octal | 125 | 112 | 142 | 15 | 30 | 0 | 76 | 414 | 16 | 42 |
| Binary | 1010101 | 1001010 | 1100010 | 1101 | 11000 | 0 | 111110 | 100001100 | 1110 | 100010 |
Color Harmonies of #554A62
Complementary color
Monochromatic Colors of #554A62
Black with #554A62
Text Example
Text Example
White with #554A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554A62; }
p { color: rgb(85,74,98); }
H1.HeaderClassName
{
color: #554A62;
}
.AnyTagClassName
{
color: #554A62;
}
</style>
background-color css
<style>
a { background-color: #554A62; }
a { background-color: rgb(85,74,98); }
div.DivClassName
{
background-color: #554A62;
}
.BgClassName
{
background-color: #554A62;
}
</style>
border-color css
<style>
span { border-color: #554A62; }
span { border-color: rgb(85,74,98); }
td.TdClassName
{
border-color: #554A62;
}
.TagClassName
{
border-color: #554A62;
}
</style>