#596668

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

Shades of River Bed #596668

Tints of River Bed #596668

Color information

#596668 (or 0x596668) is unknown color: approx River Bed. HEX triplet: 59, 66 and 68. RGB value is (89,102,104). Sum of RGB (Red+Green+Blue) = 89+102+104=295 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.17% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 104 - color contains mainly: blue. Hex color #596668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596668 is #A69997. Grayscale: #626262. Windows color (decimal): -10918296 or 6841945. OLE color: 6841945.

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

Color convert

RGB89102104-
CMYK0.140.0200.59
HSL188º7.77%37.84%-
HSV(B)188º14.42%40.78%-
XYZ11.3712.6314.93-
YUV98.34131.19121.34-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.17%
GREEN value IS 102 (40.23% from 255) = 34.58%
BLUE value IS 104 (41.02% from 255) = 35.25%
R=30.17%
G=34.58%
B=35.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal891021040.140.0200.591887.7737.84
Hex596668E203Bbc826
Octal1311461501620732741046
Binary1011001110011011010001110100111011101111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596668; }

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

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

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

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

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

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

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

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