#594850

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

Shades of Liver #594850

Tints of Liver #594850

Color information

#594850 (or 0x594850) is unknown color: approx Liver. HEX triplet: 59, 48 and 50. RGB value is (89,72,80). Sum of RGB (Red+Green+Blue) = 89+72+80=241 (31% of max value = 765). Red value is 89 (35.16% from 255 or 36.93% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 89 - color contains mainly: red. Hex color #594850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594850 is #A6B7AF. Grayscale: #4D4D4D. Windows color (decimal): -10926000 or 5261401. OLE color: 5261401.

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

Color convert

RGB897280-
CMYK00.190.100.65
HSL331.76º10.56%31.57%-
HSV(B)331.76º19.1%34.9%-
XYZ7.897.348.59-
YUV78129.13135.85-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.93%
GREEN value IS 72 (28.52% from 255) = 29.88%
BLUE value IS 80 (31.64% from 255) = 33.20%
R=36.93%
G=29.88%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89728000.190.100.65331.7610.5631.57
Hex594850013A4114cb20
Octal131110120023121015141340
Binary101100110010001010000010011101010000011010011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594850; }

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

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

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

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

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

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

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

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