#57565A

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

Shades of Mulled Wine #57565A

Tints of Mulled Wine #57565A

Color information

#57565A (or 0x57565A) is unknown color: approx Mulled Wine. HEX triplet: 57, 56 and 5A. RGB value is (87,86,90). Sum of RGB (Red+Green+Blue) = 87+86+90=263 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.08% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 90 - color contains mainly: blue. Hex color #57565A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57565A is #A8A9A5. Grayscale: #565656. Windows color (decimal): -11053478 or 5920343. OLE color: 5920343.

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

Color convert

RGB878690-
CMYK0.030.0400.65
HSL255º2.27%34.51%-
HSV(B)255º4.44%35.29%-
XYZ9.19.4211.01-
YUV86.76129.83128.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.08%
GREEN value IS 86 (33.98% from 255) = 32.70%
BLUE value IS 90 (35.55% from 255) = 34.22%
R=33.08%
G=32.70%
B=34.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8786900.030.0400.652552.2734.51
Hex57565A34041ff223
Octal127126132340101377243
Binary10101111010110101101011100010000011111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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