#594F55

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

Shades of Liver #594F55

Tints of Liver #594F55

Color information

#594F55 (or 0x594F55) is unknown color: approx Liver. HEX triplet: 59, 4F and 55. RGB value is (89,79,85). Sum of RGB (Red+Green+Blue) = 89+79+85=253 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.18% from 253); Green value is 79 (31.25% from 255 or 31.23% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 89 - color contains mainly: red. Hex color #594F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594F55 is #A6B0AA. Grayscale: #525252. Windows color (decimal): -10924203 or 5590873. OLE color: 5590873.

HSL color Cylindrical-coordinate representation of color #594F55: hue angle of 324º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #594F55 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB897985-
CMYK00.110.040.65
HSL324º5.95%32.94%-
HSV(B)324º11.24%34.9%-
XYZ8.568.379.76-
YUV82.67129.31132.51-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.18%
GREEN value IS 79 (31.25% from 255) = 31.23%
BLUE value IS 85 (33.59% from 255) = 33.60%
R=35.18%
G=31.23%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89798500.110.040.653245.9532.94
Hex594F550B441144621
Octal1311171250134101504641
Binary101100110011111010101010111001000001101000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594F55; }

 p { color: rgb(89,79,85); }

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

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

 a { background-color: rgb(89,79,85); }

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

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

 span { border-color: rgb(89,79,85); }

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