#594050

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

Shades of Liver #594050

Tints of Liver #594050

Color information

#594050 (or 0x594050) is unknown color: approx Liver. HEX triplet: 59, 40 and 50. RGB value is (89,64,80). Sum of RGB (Red+Green+Blue) = 89+64+80=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 89 - color contains mainly: red. Hex color #594050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594050 is #A6BFAF. Grayscale: #494949. Windows color (decimal): -10928048 or 5259353. OLE color: 5259353.

HSL color Cylindrical-coordinate representation of color #594050: hue angle of 321.6º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #594050 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB896480-
CMYK00.280.100.65
HSL321.6º16.34%30%-
HSV(B)321.6º28.09%34.9%-
XYZ7.46.378.43-
YUV73.3131.78139.2-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.20%
GREEN value IS 64 (25.39% from 255) = 27.47%
BLUE value IS 80 (31.64% from 255) = 34.33%
R=38.20%
G=27.47%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89648000.280.100.65321.616.3430
Hex59405001CA41142101e
Octal131100120034121015022036
Binary101100110000001010000011100101010000011010000101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594050; }

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

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

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

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

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

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

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

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