#59454C

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

Shades of Liver #59454C

Tints of Liver #59454C

Color information

#59454C (or 0x59454C) is unknown color: approx Liver. HEX triplet: 59, 45 and 4C. RGB value is (89,69,76). Sum of RGB (Red+Green+Blue) = 89+69+76=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 89 - color contains mainly: red. Hex color #59454C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59454C is #A6BAB3. Grayscale: #4B4B4B. Windows color (decimal): -10926772 or 4998489. OLE color: 4998489.

HSL color Cylindrical-coordinate representation of color #59454C: hue angle of 339º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #59454C is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB896976-
CMYK00.220.150.65
HSL339º12.66%30.98%-
HSV(B)339º22.47%34.9%-
XYZ7.556.97.77-
YUV75.78128.13137.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.03%
GREEN value IS 69 (27.34% from 255) = 29.49%
BLUE value IS 76 (30.08% from 255) = 32.48%
R=38.03%
G=29.49%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89697600.220.150.6533912.6630.98
Hex59454C016F41153d1f
Octal131105114026171015231537
Binary10110011000101100110001011011111000001101010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59454C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59454C; }

 p { color: rgb(89,69,76); }

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

<style>
 a { background-color: #59454C; }

 a { background-color: rgb(89,69,76); }

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

<style>
 span { border-color: #59454C; }

 span { border-color: rgb(89,69,76); }

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