Shades of Mulled Wine #554B5D
Tints of Mulled Wine #554B5D
RGB
CMYK
RGB Variations
Color information
#554B5D (or 0x554B5D) is known color: Mulled Wine. HEX triplet: 55, 4B and 5D. RGB value is (85,75,93). Sum of RGB (Red+Green+Blue) = 85+75+93=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 75 (29.69% from 255 or 29.64% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 93 - color contains mainly: blue. Hex color #554B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554B5D is #AAB4A2. Grayscale: #4F4F4F. Windows color (decimal): -11187363 or 6114133. OLE color: 6114133.
HSL color Cylindrical-coordinate representation of color #554B5D: hue angle of 273.33º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #554B5D is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
RGB | 85 | 75 | 93 | - |
CMYK | 0.09 | 0.19 | 0 | 0.64 |
HSL | 273.33º | 0.11% | 0.33% | - |
HSV(B) | 273.33º | 0.19% | 0.36% | - |
XYZ | 8.24 | 7.75 | 11.42 | - |
YUV | 80.04 | 135.31 | 131.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 85 | 75 | 93 | 0.09 | 0.19 | 0 | 0.64 | 273.33 | 0.11 | 0.33 |
Hex | 55 | 4B | 5D | 9 | 13 | 0 | 40 | 111 | B | 21 |
Octal | 125 | 113 | 135 | 11 | 23 | 0 | 100 | 421 | 13 | 41 |
Binary | 1010101 | 1001011 | 1011101 | 1001 | 10011 | 0 | 1000000 | 100010001 | 1011 | 100001 |
Color Harmonies of #554B5D
Complementary color
Monochromatic Colors of #554B5D
Black with #554B5D
Text Example
Text Example
White with #554B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554B5D; }
p { color: rgb(85,75,93); }
H1.HeaderClassName
{
color: #554B5D;
}
.AnyTagClassName
{
color: #554B5D;
}
</style>
background-color css
<style>
a { background-color: #554B5D; }
a { background-color: rgb(85,75,93); }
div.DivClassName
{
background-color: #554B5D;
}
.BgClassName
{
background-color: #554B5D;
}
</style>
border-color css
<style>
span { border-color: #554B5D; }
span { border-color: rgb(85,75,93); }
td.TdClassName
{
border-color: #554B5D;
}
.TagClassName
{
border-color: #554B5D;
}
</style>