#595758

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

Shades of Liver #595758

Tints of Liver #595758

Color information

#595758 (or 0x595758) is unknown color: approx Liver. HEX triplet: 59, 57 and 58. RGB value is (89,87,88). Sum of RGB (Red+Green+Blue) = 89+87+88=264 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.71% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 88 (34.77% from 255 or 33.33% from 264); Max value from RGB is 89 - color contains mainly: red. Hex color #595758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595758 is #A6A8A7. Grayscale: #575757. Windows color (decimal): -10922152 or 5789529. OLE color: 5789529.

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

Color convert

RGB898788-
CMYK00.020.010.65
HSL330º1.14%34.51%-
HSV(B)330º2.25%34.9%-
XYZ9.299.6410.6-
YUV87.71128.16128.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.71%
GREEN value IS 87 (34.38% from 255) = 32.95%
BLUE value IS 88 (34.77% from 255) = 33.33%
R=33.71%
G=32.95%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89878800.020.010.653301.1434.51
Hex5957580214114a123
Octal131127130021101512143
Binary101100110101111011000010110000011010010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595758; }

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

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

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

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

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

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

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

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