#596868

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

Shades of River Bed #596868

Tints of River Bed #596868

Color information

#596868 (or 0x596868) is unknown color: approx River Bed. HEX triplet: 59, 68 and 68. RGB value is (89,104,104). Sum of RGB (Red+Green+Blue) = 89+104+104=297 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.97% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 104 - color contains mainly: green, blue. Hex color #596868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596868 is #A69797. Grayscale: #636363. Windows color (decimal): -10917784 or 6842457. OLE color: 6842457.

HSL color Cylindrical-coordinate representation of color #596868: hue angle of 180º 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 #596868 is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB89104104-
CMYK0.14000.59
HSL180º7.77%37.84%-
HSV(B)180º14.42%40.78%-
XYZ11.5713.0215-
YUV99.51130.53120.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.97%
GREEN value IS 104 (41.02% from 255) = 35.02%
BLUE value IS 104 (41.02% from 255) = 35.02%
R=29.97%
G=35.02%
B=35.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal891041040.14000.591807.7737.84
Hex596868E003Bb4826
Octal1311501501600732641046
Binary101100111010001101000111000111011101101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596868; }

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

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

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

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

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

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

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

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