#596A6B

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

Shades of River Bed #596A6B

Tints of River Bed #596A6B

Color information

#596A6B (or 0x596A6B) is unknown color: approx River Bed. HEX triplet: 59, 6A and 6B. RGB value is (89,106,107). Sum of RGB (Red+Green+Blue) = 89+106+107=302 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.47% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 107 - color contains mainly: blue. Hex color #596A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596A6B is #A69594. Grayscale: #656565. Windows color (decimal): -10917269 or 7039577. OLE color: 7039577.

HSL color Cylindrical-coordinate representation of color #596A6B: hue angle of 183.33º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #596A6B is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB89106107-
CMYK0.170.0100.58
HSL183.33º9.18%38.43%-
HSV(B)183.33º16.82%41.96%-
XYZ11.9313.4915.89-
YUV101.03131.37119.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.47%
GREEN value IS 106 (41.80% from 255) = 35.10%
BLUE value IS 107 (42.19% from 255) = 35.43%
R=29.47%
G=35.10%
B=35.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal891061070.170.0100.58183.339.1838.43
Hex596A6B11103Ab7926
Octal1311521532110722671146
Binary1011001110101011010111000110111010101101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596A6B; }

 p { color: rgb(89,106,107); }

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

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

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

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

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

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

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