#554D65

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

Shades of Mulled Wine #554D65

Tints of Mulled Wine #554D65

Color information

#554D65 (or 0x554D65) is unknown color: approx Mulled Wine. HEX triplet: 55, 4D and 65. RGB value is (85,77,101). Sum of RGB (Red+Green+Blue) = 85+77+101=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 101 (39.84% from 255 or 38.40% from 263); Max value from RGB is 101 - color contains mainly: blue. Hex color #554D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554D65 is #AAB29A. Grayscale: #525252. Windows color (decimal): -11186843 or 6638933. OLE color: 6638933.

HSL color Cylindrical-coordinate representation of color #554D65: hue angle of 260º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #554D65 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8577101-
CMYK0.160.2400.60
HSL260º13.48%34.9%-
HSV(B)260º23.76%39.61%-
XYZ8.758.1813.43-
YUV82.13138.65130.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.32%
GREEN value IS 77 (30.47% from 255) = 29.28%
BLUE value IS 101 (39.84% from 255) = 38.40%
R=32.32%
G=29.28%
B=38.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85771010.160.2400.6026013.4834.9
Hex554D65101803C104d23
Octal12511514520300744041543
Binary101010110011011100101100001100001111001000001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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