#554D63

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

Shades of Mulled Wine #554D63

Tints of Mulled Wine #554D63

Color information

#554D63 (or 0x554D63) is unknown color: approx Mulled Wine. HEX triplet: 55, 4D and 63. RGB value is (85,77,99). Sum of RGB (Red+Green+Blue) = 85+77+99=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 99 - color contains mainly: blue. Hex color #554D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554D63 is #AAB29C. Grayscale: #515151. Windows color (decimal): -11186845 or 6507861. OLE color: 6507861.

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

Color convert

RGB857799-
CMYK0.140.2200.61
HSL261.82º12.5%34.51%-
HSV(B)261.82º22.22%38.82%-
XYZ8.658.1412.92-
YUV81.9137.65130.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.57%
GREEN value IS 77 (30.47% from 255) = 29.50%
BLUE value IS 99 (39.06% from 255) = 37.93%
R=32.57%
G=29.50%
B=37.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8577990.140.2200.61261.8212.534.51
Hex554D63E1603D106c23
Octal12511514316260754061443
Binary10101011001101110001111101011001111011000001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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