#596061

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

Shades of River Bed #596061

Tints of River Bed #596061

Color information

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

HSL color Cylindrical-coordinate representation of color #596061: hue angle of 187.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 #596061 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB899697-
CMYK0.080.0100.62
HSL187.5º4.3%36.47%-
HSV(B)187.5º8.25%38.04%-
XYZ10.4611.3512.95-
YUV94.02129.68124.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8996970.080.0100.62187.54.336.47
Hex5960618103Ebb424
Octal131140141101076273444
Binary10110011100000110000110001011111010111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596061; }

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

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

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

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

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

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

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

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