#59424F

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

Shades of Liver #59424F

Tints of Liver #59424F

Color information

#59424F (or 0x59424F) is unknown color: approx Liver. HEX triplet: 59, 42 and 4F. RGB value is (89,66,79). Sum of RGB (Red+Green+Blue) = 89+66+79=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 89 - color contains mainly: red. Hex color #59424F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59424F is #A6BDB0. Grayscale: #4A4A4A. Windows color (decimal): -10927537 or 5194329. OLE color: 5194329.

HSL color Cylindrical-coordinate representation of color #59424F: hue angle of 326.09º 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 #59424F is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB896679-
CMYK00.260.110.65
HSL326.09º14.84%30.39%-
HSV(B)326.09º25.84%34.9%-
XYZ7.486.588.27-
YUV74.36130.62138.44-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.03%
GREEN value IS 66 (26.17% from 255) = 28.21%
BLUE value IS 79 (31.25% from 255) = 33.76%
R=38.03%
G=28.21%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89667900.260.110.65326.0914.8430.39
Hex59424F01AB41146f1e
Octal131102117032131015061736
Binary10110011000010100111101101010111000001101000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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