Shades of Mulled Wine #554E5C
Tints of Mulled Wine #554E5C
RGB
CMYK
RGB Variations
Color information
#554E5C (or 0x554E5C) is known color: Mulled Wine. HEX triplet: 55, 4E and 5C. RGB value is (85,78,92). Sum of RGB (Red+Green+Blue) = 85+78+92=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 92 - color contains mainly: blue. Hex color #554E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554E5C is #AAB1A3. Grayscale: #515151. Windows color (decimal): -11186596 or 6049365. OLE color: 6049365.
HSL color Cylindrical-coordinate representation of color #554E5C: hue angle of 270º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #554E5C is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 78 | 92 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.64 |
| HSL | 270º | 0.08% | 0.33% | - |
| HSV(B) | 270º | 0.15% | 0.36% | - |
| XYZ | 8.4 | 8.15 | 11.26 | - |
| YUV | 81.69 | 133.82 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 92 | 0.08 | 0.15 | 0 | 0.64 | 270 | 0.08 | 0.33 |
| Hex | 55 | 4E | 5C | 8 | F | 0 | 40 | 10E | 8 | 21 |
| Octal | 125 | 116 | 134 | 10 | 17 | 0 | 100 | 416 | 10 | 41 |
| Binary | 1010101 | 1001110 | 1011100 | 1000 | 1111 | 0 | 1000000 | 100001110 | 1000 | 100001 |
Color Harmonies of #554E5C
Complementary color
Monochromatic Colors of #554E5C
Black with #554E5C
Text Example
Text Example
White with #554E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554E5C; }
p { color: rgb(85,78,92); }
H1.HeaderClassName
{
color: #554E5C;
}
.AnyTagClassName
{
color: #554E5C;
}
</style>
background-color css
<style>
a { background-color: #554E5C; }
a { background-color: rgb(85,78,92); }
div.DivClassName
{
background-color: #554E5C;
}
.BgClassName
{
background-color: #554E5C;
}
</style>
border-color css
<style>
span { border-color: #554E5C; }
span { border-color: rgb(85,78,92); }
td.TdClassName
{
border-color: #554E5C;
}
.TagClassName
{
border-color: #554E5C;
}
</style>