#595461

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

Shades of Mulled Wine #595461

Tints of Mulled Wine #595461

Color information

#595461 (or 0x595461) is unknown color: approx Mulled Wine. HEX triplet: 59, 54 and 61. RGB value is (89,84,97). Sum of RGB (Red+Green+Blue) = 89+84+97=270 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.96% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 97 - color contains mainly: blue. Hex color #595461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595461 is #A6AB9E. Grayscale: #565656. Windows color (decimal): -10922911 or 6378585. OLE color: 6378585.

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

Color convert

RGB898497-
CMYK0.080.1300.62
HSL263.08º7.18%35.49%-
HSV(B)263.08º13.4%38.04%-
XYZ9.459.3312.61-
YUV86.98133.66129.44-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.96%
GREEN value IS 84 (33.20% from 255) = 31.11%
BLUE value IS 97 (38.28% from 255) = 35.93%
R=32.96%
G=31.11%
B=35.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8984970.080.1300.62263.087.1835.49
Hex5954618D03E107723
Octal1311241411015076407743
Binary101100110101001100001100011010111110100000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595461; }

 p { color: rgb(89,84,97); }

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

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

 a { background-color: rgb(89,84,97); }

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

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

 span { border-color: rgb(89,84,97); }

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