#595055

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

Shades of Liver #595055

Tints of Liver #595055

Color information

#595055 (or 0x595055) is unknown color: approx Liver. HEX triplet: 59, 50 and 55. RGB value is (89,80,85). Sum of RGB (Red+Green+Blue) = 89+80+85=254 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.04% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 89 - color contains mainly: red. Hex color #595055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595055 is #A6AFAA. Grayscale: #535353. Windows color (decimal): -10923947 or 5591129. OLE color: 5591129.

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

Color convert

RGB898085-
CMYK00.100.040.65
HSL326.67º5.33%33.14%-
HSV(B)326.67º10.11%34.9%-
XYZ8.638.529.78-
YUV83.26128.98132.09-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.04%
GREEN value IS 80 (31.64% from 255) = 31.50%
BLUE value IS 85 (33.59% from 255) = 33.46%
R=35.04%
G=31.50%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89808500.100.040.65326.675.3333.14
Hex5950550A441147521
Octal1311201250124101507541
Binary101100110100001010101010101001000001101000111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595055; }

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

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

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

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

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

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

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

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