#59404F

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

Shades of Liver #59404F

Tints of Liver #59404F

Color information

#59404F (or 0x59404F) is unknown color: approx Liver. HEX triplet: 59, 40 and 4F. RGB value is (89,64,79). Sum of RGB (Red+Green+Blue) = 89+64+79=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 89 - color contains mainly: red. Hex color #59404F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59404F is #A6BFB0. Grayscale: #494949. Windows color (decimal): -10928049 or 5193817. OLE color: 5193817.

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

Color convert

RGB896479-
CMYK00.280.110.65
HSL324º16.34%30%-
HSV(B)324º28.09%34.9%-
XYZ7.366.368.24-
YUV73.18131.28139.28-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.36%
GREEN value IS 64 (25.39% from 255) = 27.59%
BLUE value IS 79 (31.25% from 255) = 34.05%
R=38.36%
G=27.59%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89647900.280.110.6532416.3430
Hex59404F01CB41144101e
Octal131100117034131015042036
Binary101100110000001001111011100101110000011010001001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59404F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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