#59484E

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

Shades of Liver #59484E

Tints of Liver #59484E

Color information

#59484E (or 0x59484E) is unknown color: approx Liver. HEX triplet: 59, 48 and 4E. RGB value is (89,72,78). Sum of RGB (Red+Green+Blue) = 89+72+78=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 89 - color contains mainly: red. Hex color #59484E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59484E is #A6B7B1. Grayscale: #4D4D4D. Windows color (decimal): -10926002 or 5130329. OLE color: 5130329.

HSL color Cylindrical-coordinate representation of color #59484E: hue angle of 338.82º 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 #59484E is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB897278-
CMYK00.190.120.65
HSL338.82º10.56%31.57%-
HSV(B)338.82º19.1%34.9%-
XYZ7.817.318.21-
YUV77.77128.13136.01-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.24%
GREEN value IS 72 (28.52% from 255) = 30.13%
BLUE value IS 78 (30.86% from 255) = 32.64%
R=37.24%
G=30.13%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89727800.190.120.65338.8210.5631.57
Hex59484E013C41153b20
Octal131110116023141015231340
Binary101100110010001001110010011110010000011010100111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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