#516061

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

Shades of River Bed #516061

Tints of River Bed #516061

Color information

#516061 (or 0x516061) is unknown color: approx River Bed. HEX triplet: 51, 60 and 61. RGB value is (81,96,97). Sum of RGB (Red+Green+Blue) = 81+96+97=274 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.56% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 97 (38.28% from 255 or 35.40% from 274); Max value from RGB is 97 - color contains mainly: blue. Hex color #516061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516061 is #AE9F9E. Grayscale: #5B5B5B. Windows color (decimal): -11444127 or 6381649. OLE color: 6381649.

HSL color Cylindrical-coordinate representation of color #516061: hue angle of 183.75º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #516061 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB819697-
CMYK0.160.0100.62
HSL183.75º8.99%34.9%-
HSV(B)183.75º16.49%38.04%-
XYZ9.7310.9812.92-
YUV91.63131.03120.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.56%
GREEN value IS 96 (37.89% from 255) = 35.04%
BLUE value IS 97 (38.28% from 255) = 35.40%
R=29.56%
G=35.04%
B=35.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8196970.160.0100.62183.758.9934.9
Hex51606110103Eb8923
Octal1211401412010762701143
Binary1010001110000011000011000010111110101110001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516061; }

 p { color: rgb(81,96,97); }

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

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

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

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

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

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

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