#59404E

Color #59404E Liver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Liver #59404E

Tints of Liver #59404E

Color information

#59404E (or 0x59404E) is unknown color: approx Liver. HEX triplet: 59, 40 and 4E. RGB value is (89,64,78). Sum of RGB (Red+Green+Blue) = 89+64+78=231 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.53% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 89 - color contains mainly: red. Hex color #59404E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59404E is #A6BFB1. Grayscale: #494949. Windows color (decimal): -10928050 or 5128281. OLE color: 5128281.

HSL color Cylindrical-coordinate representation of color #59404E: hue angle of 326.4º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #59404E is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB896478-
CMYK00.280.120.65
HSL326.4º16.34%30%-
HSV(B)326.4º28.09%34.9%-
XYZ7.336.348.05-
YUV73.07130.78139.36-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.53%
GREEN value IS 64 (25.39% from 255) = 27.71%
BLUE value IS 78 (30.86% from 255) = 33.77%
R=38.53%
G=27.71%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89647800.280.120.65326.416.3430
Hex59404E01CC41146101e
Octal131100116034141015062036
Binary101100110000001001110011100110010000011010001101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59404E; }

 p { color: rgb(89,64,78); }

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

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

 a { background-color: rgb(89,64,78); }

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

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

 span { border-color: rgb(89,64,78); }

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