#575559

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

Shades of Mulled Wine #575559

Tints of Mulled Wine #575559

Color information

#575559 (or 0x575559) is unknown color: approx Mulled Wine. HEX triplet: 57, 55 and 59. RGB value is (87,85,89). Sum of RGB (Red+Green+Blue) = 87+85+89=261 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.33% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 89 (35.16% from 255 or 34.10% from 261); Max value from RGB is 89 - color contains mainly: blue. Hex color #575559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575559 is #A8AAA6. Grayscale: #565656. Windows color (decimal): -11053735 or 5854551. OLE color: 5854551.

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

Color convert

RGB878589-
CMYK0.020.0400.65
HSL270º2.3%34.12%-
HSV(B)270º4.49%34.9%-
XYZ8.989.2410.76-
YUV86.05129.66128.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.33%
GREEN value IS 85 (33.59% from 255) = 32.57%
BLUE value IS 89 (35.16% from 255) = 34.10%
R=33.33%
G=32.57%
B=34.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8785890.020.0400.652702.334.12
Hex5755592404110e222
Octal127125131240101416242
Binary101011110101011011001101000100000110000111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575559; }

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

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

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

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

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

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

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

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