#594952

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

Shades of Liver #594952

Tints of Liver #594952

Color information

#594952 (or 0x594952) is unknown color: approx Liver. HEX triplet: 59, 49 and 52. RGB value is (89,73,82). Sum of RGB (Red+Green+Blue) = 89+73+82=244 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.48% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 89 - color contains mainly: red. Hex color #594952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594952 is #A6B6AD. Grayscale: #4E4E4E. Windows color (decimal): -10925742 or 5392729. OLE color: 5392729.

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

Color convert

RGB897382-
CMYK00.180.080.65
HSL326.25º9.88%31.76%-
HSV(B)326.25º17.98%34.9%-
XYZ8.037.59.01-
YUV78.81129.8135.27-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.48%
GREEN value IS 73 (28.91% from 255) = 29.92%
BLUE value IS 82 (32.42% from 255) = 33.61%
R=36.48%
G=29.92%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89738200.180.080.65326.259.8831.76
Hex594952012841146a20
Octal131111122022101015061240
Binary101100110010011010010010010100010000011010001101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594952; }

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

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

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

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

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

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

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

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