Shades of Mulled Wine #554C69
Tints of Mulled Wine #554C69
RGB
CMYK
RGB Variations
Color information
#554C69 (or 0x554C69) is known color: Mulled Wine. HEX triplet: 55, 4C and 69. RGB value is (85,76,105). Sum of RGB (Red+Green+Blue) = 85+76+105=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 105 (41.41% from 255 or 39.47% from 266); Max value from RGB is 105 - color contains mainly: blue. Hex color #554C69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554C69 is #AAB396. Grayscale: #515151. Windows color (decimal): -11187095 or 6900821. OLE color: 6900821.
HSL color Cylindrical-coordinate representation of color #554C69: hue angle of 258.62º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #554C69 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 76 | 105 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.59 |
| HSL | 258.62º | 0.16% | 0.35% | - |
| HSV(B) | 258.62º | 0.28% | 0.41% | - |
| XYZ | 8.88 | 8.12 | 14.46 | - |
| YUV | 82 | 140.98 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 105 | 0.19 | 0.28 | 0 | 0.59 | 258.62 | 0.16 | 0.35 |
| Hex | 55 | 4C | 69 | 13 | 1C | 0 | 3B | 103 | 10 | 23 |
| Octal | 125 | 114 | 151 | 23 | 34 | 0 | 73 | 403 | 20 | 43 |
| Binary | 1010101 | 1001100 | 1101001 | 10011 | 11100 | 0 | 111011 | 100000011 | 10000 | 100011 |
Color Harmonies of #554C69
Complementary color
Monochromatic Colors of #554C69
Black with #554C69
Text Example
Text Example
White with #554C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554C69; }
p { color: rgb(85,76,105); }
H1.HeaderClassName
{
color: #554C69;
}
.AnyTagClassName
{
color: #554C69;
}
</style>
background-color css
<style>
a { background-color: #554C69; }
a { background-color: rgb(85,76,105); }
div.DivClassName
{
background-color: #554C69;
}
.BgClassName
{
background-color: #554C69;
}
</style>
border-color css
<style>
span { border-color: #554C69; }
span { border-color: rgb(85,76,105); }
td.TdClassName
{
border-color: #554C69;
}
.TagClassName
{
border-color: #554C69;
}
</style>