#594750

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

Shades of Liver #594750

Tints of Liver #594750

Color information

#594750 (or 0x594750) is unknown color: approx Liver. HEX triplet: 59, 47 and 50. RGB value is (89,71,80). Sum of RGB (Red+Green+Blue) = 89+71+80=240 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.08% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 89 - color contains mainly: red. Hex color #594750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594750 is #A6B8AF. Grayscale: #4D4D4D. Windows color (decimal): -10926256 or 5261145. OLE color: 5261145.

HSL color Cylindrical-coordinate representation of color #594750: hue angle of 330º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #594750 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB897180-
CMYK00.200.100.65
HSL330º11.25%31.37%-
HSV(B)330º20.22%34.9%-
XYZ7.827.218.57-
YUV77.41129.46136.27-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.08%
GREEN value IS 71 (28.12% from 255) = 29.58%
BLUE value IS 80 (31.64% from 255) = 33.33%
R=37.08%
G=29.58%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89718000.200.100.6533011.2531.37
Hex594750014A4114ab1f
Octal131107120024121015121337
Binary10110011000111101000001010010101000001101001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594750; }

 p { color: rgb(89,71,80); }

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

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

 a { background-color: rgb(89,71,80); }

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

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

 span { border-color: rgb(89,71,80); }

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