#57505F

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

Shades of Mulled Wine #57505F

Tints of Mulled Wine #57505F

Color information

#57505F (or 0x57505F) is unknown color: approx Mulled Wine. HEX triplet: 57, 50 and 5F. RGB value is (87,80,95). Sum of RGB (Red+Green+Blue) = 87+80+95=262 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.21% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 95 - color contains mainly: blue. Hex color #57505F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57505F is #A8AFA0. Grayscale: #535353. Windows color (decimal): -11055009 or 6246487. OLE color: 6246487.

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

Color convert

RGB878095-
CMYK0.080.1600.63
HSL268º8.57%34.31%-
HSV(B)268º15.79%37.25%-
XYZ8.868.5912.02-
YUV83.8134.32130.28-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.21%
GREEN value IS 80 (31.64% from 255) = 30.53%
BLUE value IS 95 (37.5% from 255) = 36.26%
R=33.21%
G=30.53%
B=36.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8780950.080.1600.632688.5734.31
Hex57505F81003F10c922
Octal12712013710200774141142
Binary10101111010000101111110001000001111111000011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57505F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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