#554D5C

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

Shades of Mulled Wine #554D5C

Tints of Mulled Wine #554D5C

Color information

#554D5C (or 0x554D5C) is unknown color: approx Mulled Wine. HEX triplet: 55, 4D and 5C. RGB value is (85,77,92). Sum of RGB (Red+Green+Blue) = 85+77+92=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 92 - color contains mainly: blue. Hex color #554D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554D5C is #AAB2A3. Grayscale: #515151. Windows color (decimal): -11186852 or 6049109. OLE color: 6049109.

HSL color Cylindrical-coordinate representation of color #554D5C: hue angle of 272º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #554D5C is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB857792-
CMYK0.080.1600.64
HSL272º8.88%33.14%-
HSV(B)272º16.3%36.08%-
XYZ8.338.0111.23-
YUV81.1134.15130.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.46%
GREEN value IS 77 (30.47% from 255) = 30.31%
BLUE value IS 92 (36.33% from 255) = 36.22%
R=33.46%
G=30.31%
B=36.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8577920.080.1600.642728.8833.14
Hex554D5C810040110921
Octal125115134102001004201141
Binary101010110011011011100100010000010000001000100001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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