#596262

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

Shades of River Bed #596262

Tints of River Bed #596262

Color information

#596262 (or 0x596262) is unknown color: approx River Bed. HEX triplet: 59, 62 and 62. RGB value is (89,98,98). Sum of RGB (Red+Green+Blue) = 89+98+98=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 98 - color contains mainly: green, blue. Hex color #596262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596262 is #A69D9D. Grayscale: #5F5F5F. Windows color (decimal): -10919326 or 6447705. OLE color: 6447705.

HSL color Cylindrical-coordinate representation of color #596262: hue angle of 180º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #596262 is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB899898-
CMYK0.09000.62
HSL180º4.81%36.67%-
HSV(B)180º9.18%38.43%-
XYZ10.6911.7413.26-
YUV95.31129.52123.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.23%
GREEN value IS 98 (38.67% from 255) = 34.39%
BLUE value IS 98 (38.67% from 255) = 34.39%
R=31.23%
G=34.39%
B=34.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8998980.09000.621804.8136.67
Hex5962629003Eb4525
Octal131142142110076264545
Binary10110011100010110001010010011111010110100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596262; }

 p { color: rgb(89,98,98); }

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

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

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

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

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

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

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