#57555D

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

Shades of Mulled Wine #57555D

Tints of Mulled Wine #57555D

Color information

#57555D (or 0x57555D) is unknown color: approx Mulled Wine. HEX triplet: 57, 55 and 5D. RGB value is (87,85,93). Sum of RGB (Red+Green+Blue) = 87+85+93=265 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.83% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 93 - color contains mainly: blue. Hex color #57555D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57555D is #A8AAA2. Grayscale: #565656. Windows color (decimal): -11053731 or 6116695. OLE color: 6116695.

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

Color convert

RGB878593-
CMYK0.060.0900.64
HSL255º4.49%34.9%-
HSV(B)255º8.6%36.47%-
XYZ9.159.3111.67-
YUV86.51131.66128.35-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.83%
GREEN value IS 85 (33.59% from 255) = 32.08%
BLUE value IS 93 (36.72% from 255) = 35.09%
R=32.83%
G=32.08%
B=35.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8785930.060.0900.642554.4934.9
Hex57555D69040ff423
Octal1271251356110100377443
Binary10101111010101101110111010010100000011111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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