#594950

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

Shades of Liver #594950

Tints of Liver #594950

Color information

#594950 (or 0x594950) is unknown color: approx Liver. HEX triplet: 59, 49 and 50. RGB value is (89,73,80). Sum of RGB (Red+Green+Blue) = 89+73+80=242 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.78% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 89 - color contains mainly: red. Hex color #594950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594950 is #A6B6AF. Grayscale: #4E4E4E. Windows color (decimal): -10925744 or 5261657. OLE color: 5261657.

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

Color convert

RGB897380-
CMYK00.180.100.65
HSL333.75º9.88%31.76%-
HSV(B)333.75º17.98%34.9%-
XYZ7.957.478.61-
YUV78.58128.8135.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.78%
GREEN value IS 73 (28.91% from 255) = 30.17%
BLUE value IS 80 (31.64% from 255) = 33.06%
R=36.78%
G=30.17%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89738000.180.100.65333.759.8831.76
Hex594950012A4114ea20
Octal131111120022121015161240
Binary101100110010011010000010010101010000011010011101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594950; }

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

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

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

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

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

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

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

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