#554C64

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

Shades of Mulled Wine #554C64

Tints of Mulled Wine #554C64

Color information

#554C64 (or 0x554C64) is unknown color: approx Mulled Wine. HEX triplet: 55, 4C and 64. RGB value is (85,76,100). Sum of RGB (Red+Green+Blue) = 85+76+100=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 100 - color contains mainly: blue. Hex color #554C64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554C64 is #AAB39B. Grayscale: #515151. Windows color (decimal): -11187100 or 6573141. OLE color: 6573141.

HSL color Cylindrical-coordinate representation of color #554C64: hue angle of 262.5º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #554C64 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB8576100-
CMYK0.150.2400.61
HSL262.5º13.64%34.51%-
HSV(B)262.5º24%39.22%-
XYZ8.638.0213.15-
YUV81.43138.48130.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.57%
GREEN value IS 76 (30.08% from 255) = 29.12%
BLUE value IS 100 (39.45% from 255) = 38.31%
R=32.57%
G=29.12%
B=38.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal85761000.150.2400.61262.513.6434.51
Hex554C64F1803D106e23
Octal12511414417300754061643
Binary10101011001100110010011111100001111011000001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,76,100); }

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

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

 a { background-color: rgb(85,76,100); }

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

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

 span { border-color: rgb(85,76,100); }

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