Shades of Mulled Wine #554A69
Tints of Mulled Wine #554A69
RGB
CMYK
RGB Variations
Color information
#554A69 (or 0x554A69) is known color: Mulled Wine. HEX triplet: 55, 4A and 69. RGB value is (85,74,105). Sum of RGB (Red+Green+Blue) = 85+74+105=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 105 (41.41% from 255 or 39.77% from 264); Max value from RGB is 105 - color contains mainly: blue. Hex color #554A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554A69 is #AAB596. Grayscale: #505050. Windows color (decimal): -11187607 or 6900309. OLE color: 6900309.
HSL color Cylindrical-coordinate representation of color #554A69: hue angle of 261.29º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #554A69 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 74 | 105 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.59 |
| HSL | 261.29º | 0.17% | 0.35% | - |
| HSV(B) | 261.29º | 0.3% | 0.41% | - |
| XYZ | 8.74 | 7.85 | 14.42 | - |
| YUV | 80.82 | 141.64 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 105 | 0.19 | 0.30 | 0 | 0.59 | 261.29 | 0.17 | 0.35 |
| Hex | 55 | 4A | 69 | 13 | 1E | 0 | 3B | 105 | 11 | 23 |
| Octal | 125 | 112 | 151 | 23 | 36 | 0 | 73 | 405 | 21 | 43 |
| Binary | 1010101 | 1001010 | 1101001 | 10011 | 11110 | 0 | 111011 | 100000101 | 10001 | 100011 |
Color Harmonies of #554A69
Complementary color
Monochromatic Colors of #554A69
Black with #554A69
Text Example
Text Example
White with #554A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554A69; }
p { color: rgb(85,74,105); }
H1.HeaderClassName
{
color: #554A69;
}
.AnyTagClassName
{
color: #554A69;
}
</style>
background-color css
<style>
a { background-color: #554A69; }
a { background-color: rgb(85,74,105); }
div.DivClassName
{
background-color: #554A69;
}
.BgClassName
{
background-color: #554A69;
}
</style>
border-color css
<style>
span { border-color: #554A69; }
span { border-color: rgb(85,74,105); }
td.TdClassName
{
border-color: #554A69;
}
.TagClassName
{
border-color: #554A69;
}
</style>