#596564

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

Shades of River Bed #596564

Tints of River Bed #596564

Color information

#596564 (or 0x596564) is unknown color: approx River Bed. HEX triplet: 59, 65 and 64. RGB value is (89,101,100). Sum of RGB (Red+Green+Blue) = 89+101+100=290 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.69% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 101 - color contains mainly: green. Hex color #596564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596564 is #A69A9B. Grayscale: #616161. Windows color (decimal): -10918556 or 6579545. OLE color: 6579545.

HSL color Cylindrical-coordinate representation of color #596564: hue angle of 175º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #596564 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB89101100-
CMYK0.1200.010.60
HSL175º6.32%37.25%-
HSV(B)175º11.88%39.61%-
XYZ11.0712.3513.86-
YUV97.3129.52122.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.69%
GREEN value IS 101 (39.84% from 255) = 34.83%
BLUE value IS 100 (39.45% from 255) = 34.48%
R=30.69%
G=34.83%
B=34.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal891011000.1200.010.601756.3237.25
Hex596564C013Caf625
Octal131145144140174257645
Binary10110011100101110010011000111110010101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596564; }

 p { color: rgb(89,101,100); }

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

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

 a { background-color: rgb(89,101,100); }

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

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

 span { border-color: rgb(89,101,100); }

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