#595557

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

Shades of Liver #595557

Tints of Liver #595557

Color information

#595557 (or 0x595557) is unknown color: approx Liver. HEX triplet: 59, 55 and 57. RGB value is (89,85,87). Sum of RGB (Red+Green+Blue) = 89+85+87=261 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.10% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 87 (34.38% from 255 or 33.33% from 261); Max value from RGB is 89 - color contains mainly: red. Hex color #595557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595557 is #A6AAA8. Grayscale: #565656. Windows color (decimal): -10922665 or 5723481. OLE color: 5723481.

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

Color convert

RGB898587-
CMYK00.040.020.65
HSL330º2.3%34.12%-
HSV(B)330º4.49%34.9%-
XYZ9.099.3110.33-
YUV86.42128.33129.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.10%
GREEN value IS 85 (33.59% from 255) = 32.57%
BLUE value IS 87 (34.38% from 255) = 33.33%
R=34.10%
G=32.57%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89858700.040.020.653302.334.12
Hex5955570424114a222
Octal131125127042101512242
Binary101100110101011010111010010100000110100101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595557; }

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

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

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

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

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

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

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

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