#594150

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

Shades of Liver #594150

Tints of Liver #594150

Color information

#594150 (or 0x594150) is unknown color: approx Liver. HEX triplet: 59, 41 and 50. RGB value is (89,65,80). Sum of RGB (Red+Green+Blue) = 89+65+80=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 89 - color contains mainly: red. Hex color #594150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594150 is #A6BEAF. Grayscale: #494949. Windows color (decimal): -10927792 or 5259609. OLE color: 5259609.

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

Color convert

RGB896580-
CMYK00.270.100.65
HSL322.5º15.58%30.2%-
HSV(B)322.5º26.97%34.9%-
XYZ7.466.488.45-
YUV73.89131.45138.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.03%
GREEN value IS 65 (25.78% from 255) = 27.78%
BLUE value IS 80 (31.64% from 255) = 34.19%
R=38.03%
G=27.78%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89658000.270.100.65322.515.5830.2
Hex59415001BA41142101e
Octal131101120033121015022036
Binary101100110000011010000011011101010000011010000101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594150; }

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

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

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

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

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

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

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

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