#59494F

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

Shades of Liver #59494F

Tints of Liver #59494F

Color information

#59494F (or 0x59494F) is unknown color: approx Liver. HEX triplet: 59, 49 and 4F. RGB value is (89,73,79). Sum of RGB (Red+Green+Blue) = 89+73+79=241 (31% of max value = 765). Red value is 89 (35.16% from 255 or 36.93% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 89 - color contains mainly: red. Hex color #59494F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59494F is #A6B6B0. Grayscale: #4E4E4E. Windows color (decimal): -10925745 or 5196121. OLE color: 5196121.

HSL color Cylindrical-coordinate representation of color #59494F: hue angle of 337.5º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #59494F is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB897379-
CMYK00.180.110.65
HSL337.5º9.88%31.76%-
HSV(B)337.5º17.98%34.9%-
XYZ7.917.458.42-
YUV78.47128.3135.51-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.93%
GREEN value IS 73 (28.91% from 255) = 30.29%
BLUE value IS 79 (31.25% from 255) = 32.78%
R=36.93%
G=30.29%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89737900.180.110.65337.59.8831.76
Hex59494F012B41152a20
Octal131111117022131015221240
Binary101100110010011001111010010101110000011010100101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59494F; }

 p { color: rgb(89,73,79); }

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

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

 a { background-color: rgb(89,73,79); }

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

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

 span { border-color: rgb(89,73,79); }

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