#57545A

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

Shades of Mulled Wine #57545A

Tints of Mulled Wine #57545A

Color information

#57545A (or 0x57545A) is unknown color: approx Mulled Wine. HEX triplet: 57, 54 and 5A. RGB value is (87,84,90). Sum of RGB (Red+Green+Blue) = 87+84+90=261 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.33% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 90 - color contains mainly: blue. Hex color #57545A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57545A is #A8ABA5. Grayscale: #555555. Windows color (decimal): -11053990 or 5919831. OLE color: 5919831.

HSL color Cylindrical-coordinate representation of color #57545A: hue angle of 270º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #57545A is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB878490-
CMYK0.030.0700.65
HSL270º3.45%34.12%-
HSV(B)270º6.67%35.29%-
XYZ8.959.1110.96-
YUV85.58130.49129.01-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.33%
GREEN value IS 84 (33.20% from 255) = 32.18%
BLUE value IS 90 (35.55% from 255) = 34.48%
R=33.33%
G=32.18%
B=34.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8784900.030.0700.652703.4534.12
Hex57545A3704110e322
Octal127124132370101416342
Binary101011110101001011010111110100000110000111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57545A; }

 p { color: rgb(87,84,90); }

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

<style>
 a { background-color: #57545A; }

 a { background-color: rgb(87,84,90); }

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

<style>
 span { border-color: #57545A; }

 span { border-color: rgb(87,84,90); }

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