#516868

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

Shades of River Bed #516868

Tints of River Bed #516868

Color information

#516868 (or 0x516868) is unknown color: approx River Bed. HEX triplet: 51, 68 and 68. RGB value is (81,104,104). Sum of RGB (Red+Green+Blue) = 81+104+104=289 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.03% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 104 - color contains mainly: green, blue. Hex color #516868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516868 is #AE9797. Grayscale: #616161. Windows color (decimal): -11442072 or 6842449. OLE color: 6842449.

HSL color Cylindrical-coordinate representation of color #516868: hue angle of 180º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #516868 is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB81104104-
CMYK0.22000.59
HSL180º12.43%36.27%-
HSV(B)180º22.12%40.78%-
XYZ10.8412.6514.97-
YUV97.12131.88116.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.03%
GREEN value IS 104 (41.02% from 255) = 35.99%
BLUE value IS 104 (41.02% from 255) = 35.99%
R=28.03%
G=35.99%
B=35.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal811041040.22000.5918012.4336.27
Hex51686816003Bb4c24
Octal1211501502600732641444
Binary1010001110100011010001011000111011101101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516868; }

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

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

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

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

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

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

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

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