#59565F

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

Shades of Mulled Wine #59565F

Tints of Mulled Wine #59565F

Color information

#59565F (or 0x59565F) is unknown color: approx Mulled Wine. HEX triplet: 59, 56 and 5F. RGB value is (89,86,95). Sum of RGB (Red+Green+Blue) = 89+86+95=270 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.96% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 95 - color contains mainly: blue. Hex color #59565F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59565F is #A6A9A0. Grayscale: #575757. Windows color (decimal): -10922401 or 6248025. OLE color: 6248025.

HSL color Cylindrical-coordinate representation of color #59565F: hue angle of 260º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #59565F is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB898695-
CMYK0.060.0900.63
HSL260º4.97%35.49%-
HSV(B)260º9.47%37.25%-
XYZ9.519.6112.18-
YUV87.92131.99128.77-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.96%
GREEN value IS 86 (33.98% from 255) = 31.85%
BLUE value IS 95 (37.5% from 255) = 35.19%
R=32.96%
G=31.85%
B=35.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8986950.060.0900.632604.9735.49
Hex59565F6903F104523
Octal131126137611077404543
Binary10110011010110101111111010010111111100000100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59565F; }

 p { color: rgb(89,86,95); }

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

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

 a { background-color: rgb(89,86,95); }

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

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

 span { border-color: rgb(89,86,95); }

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