#594752

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

Shades of Liver #594752

Tints of Liver #594752

Color information

#594752 (or 0x594752) is unknown color: approx Liver. HEX triplet: 59, 47 and 52. RGB value is (89,71,82). Sum of RGB (Red+Green+Blue) = 89+71+82=242 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.78% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 89 - color contains mainly: red. Hex color #594752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594752 is #A6B8AD. Grayscale: #4D4D4D. Windows color (decimal): -10926254 or 5392217. OLE color: 5392217.

HSL color Cylindrical-coordinate representation of color #594752: hue angle of 323.33º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #594752 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB897182-
CMYK00.200.080.65
HSL323.33º11.25%31.37%-
HSV(B)323.33º20.22%34.9%-
XYZ7.97.248.96-
YUV77.64130.46136.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.78%
GREEN value IS 71 (28.12% from 255) = 29.34%
BLUE value IS 82 (32.42% from 255) = 33.88%
R=36.78%
G=29.34%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89718200.200.080.65323.3311.2531.37
Hex594752014841143b1f
Octal131107122024101015031337
Binary10110011000111101001001010010001000001101000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594752; }

 p { color: rgb(89,71,82); }

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

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

 a { background-color: rgb(89,71,82); }

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

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

 span { border-color: rgb(89,71,82); }

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