#595560

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

Shades of Mulled Wine #595560

Tints of Mulled Wine #595560

Color information

#595560 (or 0x595560) is unknown color: approx Mulled Wine. HEX triplet: 59, 55 and 60. RGB value is (89,85,96). Sum of RGB (Red+Green+Blue) = 89+85+96=270 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.96% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 96 - color contains mainly: blue. Hex color #595560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595560 is #A6AA9F. Grayscale: #575757. Windows color (decimal): -10922656 or 6313305. OLE color: 6313305.

HSL color Cylindrical-coordinate representation of color #595560: hue angle of 261.82º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #595560 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB898596-
CMYK0.070.1100.62
HSL261.82º6.08%35.49%-
HSV(B)261.82º11.46%37.65%-
XYZ9.489.4712.39-
YUV87.45132.83129.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.96%
GREEN value IS 85 (33.59% from 255) = 31.48%
BLUE value IS 96 (37.89% from 255) = 35.56%
R=32.96%
G=31.48%
B=35.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8985960.070.1100.62261.826.0835.49
Hex5955607B03E106623
Octal131125140713076406643
Binary10110011010101110000011110110111110100000110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595560; }

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

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

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

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

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

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

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

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