#59404C

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

Shades of Liver #59404C

Tints of Liver #59404C

Color information

#59404C (or 0x59404C) is unknown color: approx Liver. HEX triplet: 59, 40 and 4C. RGB value is (89,64,76). Sum of RGB (Red+Green+Blue) = 89+64+76=229 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.86% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 89 - color contains mainly: red. Hex color #59404C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59404C is #A6BFB3. Grayscale: #484848. Windows color (decimal): -10928052 or 4997209. OLE color: 4997209.

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

Color convert

RGB896476-
CMYK00.280.150.65
HSL331.2º16.34%30%-
HSV(B)331.2º28.09%34.9%-
XYZ7.266.317.67-
YUV72.84129.78139.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.86%
GREEN value IS 64 (25.39% from 255) = 27.95%
BLUE value IS 76 (30.08% from 255) = 33.19%
R=38.86%
G=27.95%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89647600.280.150.65331.216.3430
Hex59404C01CF4114b101e
Octal131100114034171015132036
Binary101100110000001001100011100111110000011010010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59404C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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