#59434E

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

Shades of Liver #59434E

Tints of Liver #59434E

Color information

#59434E (or 0x59434E) is unknown color: approx Liver. HEX triplet: 59, 43 and 4E. RGB value is (89,67,78). Sum of RGB (Red+Green+Blue) = 89+67+78=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 89 - color contains mainly: red. Hex color #59434E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59434E is #A6BCB1. Grayscale: #4A4A4A. Windows color (decimal): -10927282 or 5129049. OLE color: 5129049.

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

Color convert

RGB896778-
CMYK00.250.120.65
HSL330º14.1%30.59%-
HSV(B)330º24.72%34.9%-
XYZ7.56.698.1-
YUV74.83129.79138.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.03%
GREEN value IS 67 (26.56% from 255) = 28.63%
BLUE value IS 78 (30.86% from 255) = 33.33%
R=38.03%
G=28.63%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89677800.250.120.6533014.130.59
Hex59434E019C4114ae1f
Octal131103116031141015121637
Binary10110011000011100111001100111001000001101001010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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