#59444E

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

Shades of Liver #59444E

Tints of Liver #59444E

Color information

#59444E (or 0x59444E) is unknown color: approx Liver. HEX triplet: 59, 44 and 4E. RGB value is (89,68,78). Sum of RGB (Red+Green+Blue) = 89+68+78=235 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.87% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 89 - color contains mainly: red. Hex color #59444E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59444E is #A6BBB1. Grayscale: #4B4B4B. Windows color (decimal): -10927026 or 5129305. OLE color: 5129305.

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

Color convert

RGB896878-
CMYK00.240.120.65
HSL331.43º13.38%30.78%-
HSV(B)331.43º23.6%34.9%-
XYZ7.566.818.12-
YUV75.42129.46137.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.87%
GREEN value IS 68 (26.95% from 255) = 28.94%
BLUE value IS 78 (30.86% from 255) = 33.19%
R=37.87%
G=28.94%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89687800.240.120.65331.4313.3830.78
Hex59444E018C4114bd1f
Octal131104116030141015131537
Binary10110011000100100111001100011001000001101001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59444E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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