#595257

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

Shades of Liver #595257

Tints of Liver #595257

Color information

#595257 (or 0x595257) is unknown color: approx Liver. HEX triplet: 59, 52 and 57. RGB value is (89,82,87). Sum of RGB (Red+Green+Blue) = 89+82+87=258 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.50% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 87 (34.38% from 255 or 33.72% from 258); Max value from RGB is 89 - color contains mainly: red. Hex color #595257 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595257 is #A6ADA8. Grayscale: #545454. Windows color (decimal): -10923433 or 5722713. OLE color: 5722713.

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

Color convert

RGB898287-
CMYK00.080.020.65
HSL317.14º4.09%33.53%-
HSV(B)317.14º7.87%34.9%-
XYZ8.868.8510.26-
YUV84.66129.32131.09-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.50%
GREEN value IS 82 (32.42% from 255) = 31.78%
BLUE value IS 87 (34.38% from 255) = 33.72%
R=34.50%
G=31.78%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89828700.080.020.65317.144.0933.53
Hex5952570824113d422
Octal1311221270102101475442
Binary10110011010010101011101000101000001100111101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595257; }

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

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

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

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

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

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

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

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