#57565C

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

Shades of Mulled Wine #57565C

Tints of Mulled Wine #57565C

Color information

#57565C (or 0x57565C) is unknown color: approx Mulled Wine. HEX triplet: 57, 56 and 5C. RGB value is (87,86,92). Sum of RGB (Red+Green+Blue) = 87+86+92=265 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.83% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 92 - color contains mainly: blue. Hex color #57565C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57565C is #A8A9A3. Grayscale: #565656. Windows color (decimal): -11053476 or 6051415. OLE color: 6051415.

HSL color Cylindrical-coordinate representation of color #57565C: hue angle of 250º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #57565C is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB878692-
CMYK0.050.0700.64
HSL250º3.37%34.9%-
HSV(B)250º6.52%36.08%-
XYZ9.199.4511.47-
YUV86.98130.83128.01-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.83%
GREEN value IS 86 (33.98% from 255) = 32.45%
BLUE value IS 92 (36.33% from 255) = 34.72%
R=32.83%
G=32.45%
B=34.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8786920.050.0700.642503.3734.9
Hex57565C57040fa323
Octal127126134570100372343
Binary101011110101101011100101111010000001111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57565C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57565C; }

 p { color: rgb(87,86,92); }

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

<style>
 a { background-color: #57565C; }

 a { background-color: rgb(87,86,92); }

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

<style>
 span { border-color: #57565C; }

 span { border-color: rgb(87,86,92); }

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