#57496E

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

Shades of Mulled Wine #57496E

Tints of Mulled Wine #57496E

Color information

#57496E (or 0x57496E) is unknown color: approx Mulled Wine. HEX triplet: 57, 49 and 6E. RGB value is (87,73,110). Sum of RGB (Red+Green+Blue) = 87+73+110=270 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.22% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 110 (43.36% from 255 or 40.74% from 270); Max value from RGB is 110 - color contains mainly: blue. Hex color #57496E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57496E is #A8B691. Grayscale: #515151. Windows color (decimal): -11056786 or 7227735. OLE color: 7227735.

HSL color Cylindrical-coordinate representation of color #57496E: hue angle of 262.7º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #57496E is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8773110-
CMYK0.210.3400.57
HSL262.7º20.22%35.88%-
HSV(B)262.7º33.64%43.14%-
XYZ9.137.9215.8-
YUV81.4144.14131.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.22%
GREEN value IS 73 (28.91% from 255) = 27.04%
BLUE value IS 110 (43.36% from 255) = 40.74%
R=32.22%
G=27.04%
B=40.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal87731100.210.3400.57262.720.2235.88
Hex57496E15220391071424
Octal12711115625420714072444
Binary10101111001001110111010101100010011100110000011110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57496E; }

 p { color: rgb(87,73,110); }

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

<style>
 a { background-color: #57496E; }

 a { background-color: rgb(87,73,110); }

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

<style>
 span { border-color: #57496E; }

 span { border-color: rgb(87,73,110); }

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