#554D60

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

Shades of Mulled Wine #554D60

Tints of Mulled Wine #554D60

Color information

#554D60 (or 0x554D60) is unknown color: approx Mulled Wine. HEX triplet: 55, 4D and 60. RGB value is (85,77,96). Sum of RGB (Red+Green+Blue) = 85+77+96=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 96 - color contains mainly: blue. Hex color #554D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554D60 is #AAB29F. Grayscale: #515151. Windows color (decimal): -11186848 or 6311253. OLE color: 6311253.

HSL color Cylindrical-coordinate representation of color #554D60: hue angle of 265.26º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #554D60 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB857796-
CMYK0.110.2000.62
HSL265.26º10.98%33.92%-
HSV(B)265.26º19.79%37.65%-
XYZ8.518.0812.18-
YUV81.56136.15130.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.95%
GREEN value IS 77 (30.47% from 255) = 29.84%
BLUE value IS 96 (37.89% from 255) = 37.21%
R=32.95%
G=29.84%
B=37.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8577960.110.2000.62265.2610.9833.92
Hex554D60B1403E109b22
Octal12511514013240764111342
Binary10101011001101110000010111010001111101000010011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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