#596465

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

Shades of River Bed #596465

Tints of River Bed #596465

Color information

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

HSL color Cylindrical-coordinate representation of color #596465: hue angle of 185º 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 #596465 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB89100101-
CMYK0.120.0100.60
HSL185º6.32%37.25%-
HSV(B)185º11.88%39.61%-
XYZ11.0312.1814.08-
YUV96.82130.36122.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal891001010.120.0100.601856.3237.25
Hex596465C103Cb9625
Octal131144145141074271645
Binary10110011100100110010111001011110010111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596465; }

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

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

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

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

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

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

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

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