Shades of Mulled Wine #554A67
Tints of Mulled Wine #554A67
RGB
CMYK
RGB Variations
Color information
#554A67 (or 0x554A67) is known color: Mulled Wine. HEX triplet: 55, 4A and 67. RGB value is (85,74,103). Sum of RGB (Red+Green+Blue) = 85+74+103=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 103 (40.62% from 255 or 39.31% from 262); Max value from RGB is 103 - color contains mainly: blue. Hex color #554A67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554A67 is #AAB598. Grayscale: #505050. Windows color (decimal): -11187609 or 6769237. OLE color: 6769237.
HSL color Cylindrical-coordinate representation of color #554A67: hue angle of 262.76º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #554A67 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 74 | 103 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.60 |
| HSL | 262.76º | 0.16% | 0.35% | - |
| HSV(B) | 262.76º | 0.28% | 0.4% | - |
| XYZ | 8.64 | 7.81 | 13.88 | - |
| YUV | 80.6 | 140.64 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 103 | 0.17 | 0.28 | 0 | 0.60 | 262.76 | 0.16 | 0.35 |
| Hex | 55 | 4A | 67 | 11 | 1C | 0 | 3C | 107 | 10 | 23 |
| Octal | 125 | 112 | 147 | 21 | 34 | 0 | 74 | 407 | 20 | 43 |
| Binary | 1010101 | 1001010 | 1100111 | 10001 | 11100 | 0 | 111100 | 100000111 | 10000 | 100011 |
Color Harmonies of #554A67
Complementary color
Monochromatic Colors of #554A67
Black with #554A67
Text Example
Text Example
White with #554A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554A67; }
p { color: rgb(85,74,103); }
H1.HeaderClassName
{
color: #554A67;
}
.AnyTagClassName
{
color: #554A67;
}
</style>
background-color css
<style>
a { background-color: #554A67; }
a { background-color: rgb(85,74,103); }
div.DivClassName
{
background-color: #554A67;
}
.BgClassName
{
background-color: #554A67;
}
</style>
border-color css
<style>
span { border-color: #554A67; }
span { border-color: rgb(85,74,103); }
td.TdClassName
{
border-color: #554A67;
}
.TagClassName
{
border-color: #554A67;
}
</style>