#595362

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

Shades of Mulled Wine #595362

Tints of Mulled Wine #595362

Color information

#595362 (or 0x595362) is unknown color: approx Mulled Wine. HEX triplet: 59, 53 and 62. RGB value is (89,83,98). Sum of RGB (Red+Green+Blue) = 89+83+98=270 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.96% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 98 (38.67% from 255 or 36.30% from 270); Max value from RGB is 98 - color contains mainly: blue. Hex color #595362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595362 is #A6AC9D. Grayscale: #565656. Windows color (decimal): -10923166 or 6443865. OLE color: 6443865.

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

Color convert

RGB898398-
CMYK0.090.1500.62
HSL264º8.29%35.49%-
HSV(B)264º15.31%38.43%-
XYZ9.429.1912.83-
YUV86.5134.49129.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.96%
GREEN value IS 83 (32.81% from 255) = 30.74%
BLUE value IS 98 (38.67% from 255) = 36.30%
R=32.96%
G=30.74%
B=36.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8983980.090.1500.622648.2935.49
Hex5953629F03E108823
Octal13112314211170764101043
Binary1011001101001111000101001111101111101000010001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595362; }

 p { color: rgb(89,83,98); }

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

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

 a { background-color: rgb(89,83,98); }

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

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

 span { border-color: rgb(89,83,98); }

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