#59404D

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

Shades of Liver #59404D

Tints of Liver #59404D

Color information

#59404D (or 0x59404D) is unknown color: approx Liver. HEX triplet: 59, 40 and 4D. RGB value is (89,64,77). Sum of RGB (Red+Green+Blue) = 89+64+77=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 89 - color contains mainly: red. Hex color #59404D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59404D is #A6BFB2. Grayscale: #484848. Windows color (decimal): -10928051 or 5062745. OLE color: 5062745.

HSL color Cylindrical-coordinate representation of color #59404D: hue angle of 328.8º 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 #59404D is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB896477-
CMYK00.280.130.65
HSL328.8º16.34%30%-
HSV(B)328.8º28.09%34.9%-
XYZ7.296.337.86-
YUV72.96130.28139.44-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.70%
GREEN value IS 64 (25.39% from 255) = 27.83%
BLUE value IS 77 (30.47% from 255) = 33.48%
R=38.70%
G=27.83%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89647700.280.130.65328.816.3430
Hex59404D01CD41149101e
Octal131100115034151015112036
Binary101100110000001001101011100110110000011010010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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