#59424E

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

Shades of Liver #59424E

Tints of Liver #59424E

Color information

#59424E (or 0x59424E) is unknown color: approx Liver. HEX triplet: 59, 42 and 4E. RGB value is (89,66,78). Sum of RGB (Red+Green+Blue) = 89+66+78=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 89 - color contains mainly: red. Hex color #59424E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59424E is #A6BDB1. Grayscale: #4A4A4A. Windows color (decimal): -10927538 or 5128793. OLE color: 5128793.

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

Color convert

RGB896678-
CMYK00.260.120.65
HSL328.7º14.84%30.39%-
HSV(B)328.7º25.84%34.9%-
XYZ7.446.578.08-
YUV74.24130.12138.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.20%
GREEN value IS 66 (26.17% from 255) = 28.33%
BLUE value IS 78 (30.86% from 255) = 33.48%
R=38.20%
G=28.33%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89667800.260.120.65328.714.8430.39
Hex59424E01AC41149f1e
Octal131102116032141015111736
Binary10110011000010100111001101011001000001101001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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