#59414F

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

Shades of Liver #59414F

Tints of Liver #59414F

Color information

#59414F (or 0x59414F) is unknown color: approx Liver. HEX triplet: 59, 41 and 4F. RGB value is (89,65,79). Sum of RGB (Red+Green+Blue) = 89+65+79=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 89 - color contains mainly: red. Hex color #59414F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59414F is #A6BEB0. Grayscale: #494949. Windows color (decimal): -10927793 or 5194073. OLE color: 5194073.

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

Color convert

RGB896579-
CMYK00.270.110.65
HSL325º15.58%30.2%-
HSV(B)325º26.97%34.9%-
XYZ7.426.478.25-
YUV73.77130.95138.86-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.20%
GREEN value IS 65 (25.78% from 255) = 27.90%
BLUE value IS 79 (31.25% from 255) = 33.91%
R=38.20%
G=27.90%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89657900.270.110.6532515.5830.2
Hex59414F01BB41145101e
Octal131101117033131015052036
Binary101100110000011001111011011101110000011010001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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