#596669

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

Shades of River Bed #596669

Tints of River Bed #596669

Color information

#596669 (or 0x596669) is unknown color: approx River Bed. HEX triplet: 59, 66 and 69. RGB value is (89,102,105). Sum of RGB (Red+Green+Blue) = 89+102+105=296 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.07% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 105 - color contains mainly: blue. Hex color #596669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596669 is #A69996. Grayscale: #626262. Windows color (decimal): -10918295 or 6907481. OLE color: 6907481.

HSL color Cylindrical-coordinate representation of color #596669: hue angle of 191.25º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #596669 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB89102105-
CMYK0.150.0300.59
HSL191.25º8.25%38.04%-
HSV(B)191.25º15.24%41.18%-
XYZ11.4212.6515.2-
YUV98.46131.69121.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.07%
GREEN value IS 102 (40.23% from 255) = 34.46%
BLUE value IS 105 (41.41% from 255) = 35.47%
R=30.07%
G=34.46%
B=35.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal891021050.150.0300.59191.258.2538.04
Hex596669F303Bbf826
Octal1311461511730732771046
Binary1011001110011011010011111110111011101111111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596669; }

 p { color: rgb(89,102,105); }

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

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

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

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

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

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

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