#57555A

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

Shades of Mulled Wine #57555A

Tints of Mulled Wine #57555A

Color information

#57555A (or 0x57555A) is unknown color: approx Mulled Wine. HEX triplet: 57, 55 and 5A. RGB value is (87,85,90). Sum of RGB (Red+Green+Blue) = 87+85+90=262 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.21% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 90 - color contains mainly: blue. Hex color #57555A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57555A is #A8AAA5. Grayscale: #565656. Windows color (decimal): -11053734 or 5920087. OLE color: 5920087.

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

Color convert

RGB878590-
CMYK0.030.0600.65
HSL264º2.86%34.31%-
HSV(B)264º5.56%35.29%-
XYZ9.029.2610.98-
YUV86.17130.16128.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.21%
GREEN value IS 85 (33.59% from 255) = 32.44%
BLUE value IS 90 (35.55% from 255) = 34.35%
R=33.21%
G=32.44%
B=34.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8785900.030.0600.652642.8634.31
Hex57555A36041108322
Octal127125132360101410342
Binary101011110101011011010111100100000110000100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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