#57525F

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

Shades of Mulled Wine #57525F

Tints of Mulled Wine #57525F

Color information

#57525F (or 0x57525F) is unknown color: approx Mulled Wine. HEX triplet: 57, 52 and 5F. RGB value is (87,82,95). Sum of RGB (Red+Green+Blue) = 87+82+95=264 (34% of max value = 765). Red value is 87 (34.38% from 255 or 32.95% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 95 - color contains mainly: blue. Hex color #57525F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57525F is #A8ADA0. Grayscale: #545454. Windows color (decimal): -11054497 or 6246999. OLE color: 6246999.

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

Color convert

RGB878295-
CMYK0.080.1400.63
HSL263.08º7.34%34.71%-
HSV(B)263.08º13.68%37.25%-
XYZ9.018.8912.07-
YUV84.98133.66129.44-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.95%
GREEN value IS 82 (32.42% from 255) = 31.06%
BLUE value IS 95 (37.5% from 255) = 35.98%
R=32.95%
G=31.06%
B=35.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8782950.080.1400.63263.087.3434.71
Hex57525F8E03F107723
Octal1271221371016077407743
Binary101011110100101011111100011100111111100000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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