#595256

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

Shades of Liver #595256

Tints of Liver #595256

Color information

#595256 (or 0x595256) is unknown color: approx Liver. HEX triplet: 59, 52 and 56. RGB value is (89,82,86). Sum of RGB (Red+Green+Blue) = 89+82+86=257 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.63% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 89 - color contains mainly: red. Hex color #595256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595256 is #A6ADA9. Grayscale: #545454. Windows color (decimal): -10923434 or 5657177. OLE color: 5657177.

HSL color Cylindrical-coordinate representation of color #595256: hue angle of 325.71º 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 #595256 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB898286-
CMYK00.080.030.65
HSL325.71º4.09%33.53%-
HSV(B)325.71º7.87%34.9%-
XYZ8.828.8310.04-
YUV84.55128.82131.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.63%
GREEN value IS 82 (32.42% from 255) = 31.91%
BLUE value IS 86 (33.98% from 255) = 33.46%
R=34.63%
G=31.91%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89828600.080.030.65325.714.0933.53
Hex59525608341146422
Octal1311221260103101506442
Binary10110011010010101011001000111000001101000110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595256; }

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

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

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

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

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

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

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

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