#55495D

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

Shades of Mulled Wine #55495D

Tints of Mulled Wine #55495D

Color information

#55495D (or 0x55495D) is unknown color: approx Mulled Wine. HEX triplet: 55, 49 and 5D. RGB value is (85,73,93). Sum of RGB (Red+Green+Blue) = 85+73+93=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 93 - color contains mainly: blue. Hex color #55495D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55495D is #AAB6A2. Grayscale: #4E4E4E. Windows color (decimal): -11187875 or 6113621. OLE color: 6113621.

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

Color convert

RGB857393-
CMYK0.090.2200.64
HSL276º12.05%32.55%-
HSV(B)276º21.51%36.47%-
XYZ8.17.4911.37-
YUV78.87135.98132.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.86%
GREEN value IS 73 (28.91% from 255) = 29.08%
BLUE value IS 93 (36.72% from 255) = 37.05%
R=33.86%
G=29.08%
B=37.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8573930.090.2200.6427612.0532.55
Hex55495D916040114c21
Octal125111135112601004241441
Binary101010110010011011101100110110010000001000101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55495D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55495D; }

 p { color: rgb(85,73,93); }

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

<style>
 a { background-color: #55495D; }

 a { background-color: rgb(85,73,93); }

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

<style>
 span { border-color: #55495D; }

 span { border-color: rgb(85,73,93); }

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