#57505E

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

Shades of Mulled Wine #57505E

Tints of Mulled Wine #57505E

Color information

#57505E (or 0x57505E) is unknown color: approx Mulled Wine. HEX triplet: 57, 50 and 5E. RGB value is (87,80,94). Sum of RGB (Red+Green+Blue) = 87+80+94=261 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.33% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 94 - color contains mainly: blue. Hex color #57505E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57505E is #A8AFA1. Grayscale: #535353. Windows color (decimal): -11055010 or 6180951. OLE color: 6180951.

HSL color Cylindrical-coordinate representation of color #57505E: hue angle of 270º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #57505E is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB878094-
CMYK0.070.1500.63
HSL270º8.05%34.12%-
HSV(B)270º14.89%36.86%-
XYZ8.828.5711.78-
YUV83.69133.82130.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.33%
GREEN value IS 80 (31.64% from 255) = 30.65%
BLUE value IS 94 (37.11% from 255) = 36.02%
R=33.33%
G=30.65%
B=36.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8780940.070.1500.632708.0534.12
Hex57505E7F03F10e822
Octal1271201367170774161042
Binary101011110100001011110111111101111111000011101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,80,94); }

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

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

 a { background-color: rgb(87,80,94); }

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

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

 span { border-color: rgb(87,80,94); }

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