#594C52

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

Shades of Liver #594C52

Tints of Liver #594C52

Color information

#594C52 (or 0x594C52) is unknown color: approx Liver. HEX triplet: 59, 4C and 52. RGB value is (89,76,82). Sum of RGB (Red+Green+Blue) = 89+76+82=247 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.03% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 89 - color contains mainly: red. Hex color #594C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594C52 is #A6B3AD. Grayscale: #505050. Windows color (decimal): -10924974 or 5393497. OLE color: 5393497.

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

Color convert

RGB897682-
CMYK00.150.080.65
HSL332.31º7.88%32.35%-
HSV(B)332.31º14.61%34.9%-
XYZ8.237.99.07-
YUV80.57128.81134.01-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.03%
GREEN value IS 76 (30.08% from 255) = 30.77%
BLUE value IS 82 (32.42% from 255) = 33.20%
R=36.03%
G=30.77%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89768200.150.080.65332.317.8832.35
Hex594C520F84114c820
Octal131114122017101015141040
Binary10110011001100101001001111100010000011010011001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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