#59474E

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

Shades of Liver #59474E

Tints of Liver #59474E

Color information

#59474E (or 0x59474E) is unknown color: approx Liver. HEX triplet: 59, 47 and 4E. RGB value is (89,71,78). Sum of RGB (Red+Green+Blue) = 89+71+78=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 89 - color contains mainly: red. Hex color #59474E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59474E is #A6B8B1. Grayscale: #4D4D4D. Windows color (decimal): -10926258 or 5130073. OLE color: 5130073.

HSL color Cylindrical-coordinate representation of color #59474E: hue angle of 336.67º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #59474E is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB897178-
CMYK00.200.120.65
HSL336.67º11.25%31.37%-
HSV(B)336.67º20.22%34.9%-
XYZ7.757.188.19-
YUV77.18128.46136.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.39%
GREEN value IS 71 (28.12% from 255) = 29.83%
BLUE value IS 78 (30.86% from 255) = 32.77%
R=37.39%
G=29.83%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89717800.200.120.65336.6711.2531.37
Hex59474E014C41151b1f
Octal131107116024141015211337
Binary10110011000111100111001010011001000001101010001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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