Shades of Mulled Wine #554C5F
Tints of Mulled Wine #554C5F
RGB
CMYK
RGB Variations
Color information
#554C5F (or 0x554C5F) is known color: Mulled Wine. HEX triplet: 55, 4C and 5F. RGB value is (85,76,95). Sum of RGB (Red+Green+Blue) = 85+76+95=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 95 - color contains mainly: blue. Hex color #554C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554C5F is #AAB3A0. Grayscale: #505050. Windows color (decimal): -11187105 or 6245461. OLE color: 6245461.
HSL color Cylindrical-coordinate representation of color #554C5F: hue angle of 268.42º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #554C5F is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 76 | 95 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.63 |
| HSL | 268.42º | 0.11% | 0.34% | - |
| HSV(B) | 268.42º | 0.2% | 0.37% | - |
| XYZ | 8.4 | 7.93 | 11.91 | - |
| YUV | 80.86 | 135.98 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 95 | 0.11 | 0.20 | 0 | 0.63 | 268.42 | 0.11 | 0.34 |
| Hex | 55 | 4C | 5F | B | 14 | 0 | 3F | 10C | B | 22 |
| Octal | 125 | 114 | 137 | 13 | 24 | 0 | 77 | 414 | 13 | 42 |
| Binary | 1010101 | 1001100 | 1011111 | 1011 | 10100 | 0 | 111111 | 100001100 | 1011 | 100010 |
Color Harmonies of #554C5F
Complementary color
Monochromatic Colors of #554C5F
Black with #554C5F
Text Example
Text Example
White with #554C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554C5F; }
p { color: rgb(85,76,95); }
H1.HeaderClassName
{
color: #554C5F;
}
.AnyTagClassName
{
color: #554C5F;
}
</style>
background-color css
<style>
a { background-color: #554C5F; }
a { background-color: rgb(85,76,95); }
div.DivClassName
{
background-color: #554C5F;
}
.BgClassName
{
background-color: #554C5F;
}
</style>
border-color css
<style>
span { border-color: #554C5F; }
span { border-color: rgb(85,76,95); }
td.TdClassName
{
border-color: #554C5F;
}
.TagClassName
{
border-color: #554C5F;
}
</style>