#595255

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

Shades of Liver #595255

Tints of Liver #595255

Color information

#595255 (or 0x595255) is unknown color: approx Liver. HEX triplet: 59, 52 and 55. RGB value is (89,82,85). Sum of RGB (Red+Green+Blue) = 89+82+85=256 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.77% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 89 - color contains mainly: red. Hex color #595255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595255 is #A6ADAA. Grayscale: #545454. Windows color (decimal): -10923435 or 5591641. OLE color: 5591641.

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

Color convert

RGB898285-
CMYK00.080.040.65
HSL334.29º4.09%33.53%-
HSV(B)334.29º7.87%34.9%-
XYZ8.788.819.83-
YUV84.44128.32131.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.77%
GREEN value IS 82 (32.42% from 255) = 32.03%
BLUE value IS 85 (33.59% from 255) = 33.20%
R=34.77%
G=32.03%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89828500.080.040.65334.294.0933.53
Hex5952550844114e422
Octal1311221250104101516442
Binary101100110100101010101010001001000001101001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595255; }

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

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

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

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

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

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

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

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