#596160

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

Shades of River Bed #596160

Tints of River Bed #596160

Color information

#596160 (or 0x596160) is unknown color: approx River Bed. HEX triplet: 59, 61 and 60. RGB value is (89,97,96). Sum of RGB (Red+Green+Blue) = 89+97+96=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 97 - color contains mainly: green. Hex color #596160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596160 is #A69E9F. Grayscale: #5E5E5E. Windows color (decimal): -10919584 or 6316377. OLE color: 6316377.

HSL color Cylindrical-coordinate representation of color #596160: hue angle of 172.5º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #596160 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB899796-
CMYK0.0800.010.62
HSL172.5º4.3%36.47%-
HSV(B)172.5º8.25%38.04%-
XYZ10.5111.5212.74-
YUV94.49128.85124.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.56%
GREEN value IS 97 (38.28% from 255) = 34.40%
BLUE value IS 96 (37.89% from 255) = 34.04%
R=31.56%
G=34.40%
B=34.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8997960.0800.010.62172.54.336.47
Hex5961608013Eac424
Octal131141140100176254444
Binary10110011100001110000010000111111010101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596160; }

 p { color: rgb(89,97,96); }

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

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

 a { background-color: rgb(89,97,96); }

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

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

 span { border-color: rgb(89,97,96); }

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