#59454E

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

Shades of Liver #59454E

Tints of Liver #59454E

Color information

#59454E (or 0x59454E) is unknown color: approx Liver. HEX triplet: 59, 45 and 4E. RGB value is (89,69,78). Sum of RGB (Red+Green+Blue) = 89+69+78=236 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.71% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 89 - color contains mainly: red. Hex color #59454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59454E is #A6BAB1. Grayscale: #4B4B4B. Windows color (decimal): -10926770 or 5129561. OLE color: 5129561.

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

Color convert

RGB896978-
CMYK00.220.120.65
HSL333º12.66%30.98%-
HSV(B)333º22.47%34.9%-
XYZ7.626.938.14-
YUV76.01129.13137.27-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.71%
GREEN value IS 69 (27.34% from 255) = 29.24%
BLUE value IS 78 (30.86% from 255) = 33.05%
R=37.71%
G=29.24%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89697800.220.120.6533312.6630.98
Hex59454E016C4114dd1f
Octal131105116026141015151537
Binary10110011000101100111001011011001000001101001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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