#59484F

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

Shades of Liver #59484F

Tints of Liver #59484F

Color information

#59484F (or 0x59484F) is unknown color: approx Liver. HEX triplet: 59, 48 and 4F. RGB value is (89,72,79). Sum of RGB (Red+Green+Blue) = 89+72+79=240 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.08% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 89 - color contains mainly: red. Hex color #59484F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59484F is #A6B7B0. Grayscale: #4D4D4D. Windows color (decimal): -10926001 or 5195865. OLE color: 5195865.

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

Color convert

RGB897279-
CMYK00.190.110.65
HSL335.29º10.56%31.57%-
HSV(B)335.29º19.1%34.9%-
XYZ7.857.328.4-
YUV77.88128.63135.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.08%
GREEN value IS 72 (28.52% from 255) = 30%
BLUE value IS 79 (31.25% from 255) = 32.92%
R=37.08%
G=30%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89727900.190.110.65335.2910.5631.57
Hex59484F013B4114fb20
Octal131110117023131015171340
Binary101100110010001001111010011101110000011010011111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59484F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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