#516463

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

Shades of River Bed #516463

Tints of River Bed #516463

Color information

#516463 (or 0x516463) is unknown color: approx River Bed. HEX triplet: 51, 64 and 63. RGB value is (81,100,99). Sum of RGB (Red+Green+Blue) = 81+100+99=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 100 - color contains mainly: green. Hex color #516463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516463 is #AE9B9C. Grayscale: #5E5E5E. Windows color (decimal): -11443101 or 6513745. OLE color: 6513745.

HSL color Cylindrical-coordinate representation of color #516463: hue angle of 176.84º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #516463 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB8110099-
CMYK0.1900.010.61
HSL176.84º10.5%35.49%-
HSV(B)176.84º19%39.22%-
XYZ10.211.7613.54-
YUV94.2130.71118.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.93%
GREEN value IS 100 (39.45% from 255) = 35.71%
BLUE value IS 99 (39.06% from 255) = 35.36%
R=28.93%
G=35.71%
B=35.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal81100990.1900.010.61176.8410.535.49
Hex51646313013Db1a23
Octal1211441432301752611243
Binary1010001110010011000111001101111101101100011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516463; }

 p { color: rgb(81,100,99); }

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

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

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

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

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

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

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