#57525B

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

Shades of Mulled Wine #57525B

Tints of Mulled Wine #57525B

Color information

#57525B (or 0x57525B) is unknown color: approx Mulled Wine. HEX triplet: 57, 52 and 5B. RGB value is (87,82,91). Sum of RGB (Red+Green+Blue) = 87+82+91=260 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.46% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 91 - color contains mainly: blue. Hex color #57525B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57525B is #A8ADA4. Grayscale: #545454. Windows color (decimal): -11054501 or 5984855. OLE color: 5984855.

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

Color convert

RGB878291-
CMYK0.040.1000.64
HSL273.33º5.2%33.92%-
HSV(B)273.33º9.89%35.69%-
XYZ8.848.8211.13-
YUV84.52131.66129.77-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.46%
GREEN value IS 82 (32.42% from 255) = 31.54%
BLUE value IS 91 (35.94% from 255) = 35%
R=33.46%
G=31.54%
B=35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8782910.040.1000.64273.335.233.92
Hex57525B4A040111522
Octal1271221334120100421542
Binary101011110100101011011100101001000000100010001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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