#57525D

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

Shades of Mulled Wine #57525D

Tints of Mulled Wine #57525D

Color information

#57525D (or 0x57525D) is unknown color: approx Mulled Wine. HEX triplet: 57, 52 and 5D. RGB value is (87,82,93). Sum of RGB (Red+Green+Blue) = 87+82+93=262 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.21% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 93 - color contains mainly: blue. Hex color #57525D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57525D is #A8ADA2. Grayscale: #545454. Windows color (decimal): -11054499 or 6115927. OLE color: 6115927.

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

Color convert

RGB878293-
CMYK0.060.1200.64
HSL267.27º6.29%34.31%-
HSV(B)267.27º11.83%36.47%-
XYZ8.928.8511.59-
YUV84.75132.66129.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.21%
GREEN value IS 82 (32.42% from 255) = 31.30%
BLUE value IS 93 (36.72% from 255) = 35.50%
R=33.21%
G=31.30%
B=35.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8782930.060.1200.64267.276.2934.31
Hex57525D6C04010b622
Octal1271221356140100413642
Binary101011110100101011101110110001000000100001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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