#554D6A

Color #554D6A Mulled Wine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulled Wine #554D6A

Tints of Mulled Wine #554D6A

Color information

#554D6A (or 0x554D6A) is unknown color: approx Mulled Wine. HEX triplet: 55, 4D and 6A. RGB value is (85,77,106). Sum of RGB (Red+Green+Blue) = 85+77+106=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 106 - color contains mainly: blue. Hex color #554D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554D6A is #AAB295. Grayscale: #525252. Windows color (decimal): -11186838 or 6966613. OLE color: 6966613.

HSL color Cylindrical-coordinate representation of color #554D6A: hue angle of 256.55º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #554D6A is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8577106-
CMYK0.200.2700.58
HSL256.55º15.85%35.88%-
HSV(B)256.55º27.36%41.57%-
XYZ98.2814.76-
YUV82.7141.15129.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 31.72%
GREEN value IS 77 (30.47% from 255) = 28.73%
BLUE value IS 106 (41.80% from 255) = 39.55%
R=31.72%
G=28.73%
B=39.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85771060.200.2700.58256.5515.8535.88
Hex554D6A141B03A1011024
Octal12511515224330724012044
Binary1010101100110111010101010011011011101010000000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554D6A; }

 p { color: rgb(85,77,106); }

 H1.HeaderClassName
 {
   color: #554D6A;
 }
 .AnyTagClassName
 {
   color: #554D6A;
 }
</style>
background-color css

<style>
 a { background-color: #554D6A; }

 a { background-color: rgb(85,77,106); }

 div.DivClassName
 {
   background-color: #554D6A;
 }
 .BgClassName
 {
   background-color: #554D6A;
 }
</style>
border-color css

<style>
 span { border-color: #554D6A; }

 span { border-color: rgb(85,77,106); }

 td.TdClassName
 {
   border-color: #554D6A;
 }
 .TagClassName
 {
   border-color: #554D6A;
 }
</style>