#594550

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

Shades of Liver #594550

Tints of Liver #594550

Color information

#594550 (or 0x594550) is unknown color: approx Liver. HEX triplet: 59, 45 and 50. RGB value is (89,69,80). Sum of RGB (Red+Green+Blue) = 89+69+80=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 89 - color contains mainly: red. Hex color #594550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594550 is #A6BAAF. Grayscale: #4C4C4C. Windows color (decimal): -10926768 or 5260633. OLE color: 5260633.

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

Color convert

RGB896980-
CMYK00.220.100.65
HSL327º12.66%30.98%-
HSV(B)327º22.47%34.9%-
XYZ7.76.968.53-
YUV76.23130.13137.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.39%
GREEN value IS 69 (27.34% from 255) = 28.99%
BLUE value IS 80 (31.64% from 255) = 33.61%
R=37.39%
G=28.99%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89698000.220.100.6532712.6630.98
Hex594550016A41147d1f
Octal131105120026121015071537
Binary10110011000101101000001011010101000001101000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594550; }

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

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

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

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

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

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

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

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