#57555B

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

Shades of Mulled Wine #57555B

Tints of Mulled Wine #57555B

Color information

#57555B (or 0x57555B) is unknown color: approx Mulled Wine. HEX triplet: 57, 55 and 5B. RGB value is (87,85,91). Sum of RGB (Red+Green+Blue) = 87+85+91=263 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.08% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 91 - color contains mainly: blue. Hex color #57555B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57555B is #A8AAA4. Grayscale: #565656. Windows color (decimal): -11053733 or 5985623. OLE color: 5985623.

HSL color Cylindrical-coordinate representation of color #57555B: hue angle of 260º 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 #57555B is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB878591-
CMYK0.040.0700.64
HSL260º3.41%34.51%-
HSV(B)260º6.59%35.69%-
XYZ9.079.2811.21-
YUV86.28130.66128.51-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.08%
GREEN value IS 85 (33.59% from 255) = 32.32%
BLUE value IS 91 (35.94% from 255) = 34.60%
R=33.08%
G=32.32%
B=34.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8785910.040.0700.642603.4134.51
Hex57555B47040104323
Octal127125133470100404343
Binary1010111101010110110111001110100000010000010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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