#516361

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

Shades of River Bed #516361

Tints of River Bed #516361

Color information

#516361 (or 0x516361) is unknown color: approx River Bed. HEX triplet: 51, 63 and 61. RGB value is (81,99,97). Sum of RGB (Red+Green+Blue) = 81+99+97=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 99 - color contains mainly: green. Hex color #516361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516361 is #AE9C9E. Grayscale: #5D5D5D. Windows color (decimal): -11443359 or 6382417. OLE color: 6382417.

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

Color convert

RGB819997-
CMYK0.1800.020.61
HSL173.33º10%35.29%-
HSV(B)173.33º18.18%38.82%-
XYZ10.0111.5413.01-
YUV93.39130.04119.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.24%
GREEN value IS 99 (39.06% from 255) = 35.74%
BLUE value IS 97 (38.28% from 255) = 35.02%
R=29.24%
G=35.74%
B=35.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8199970.1800.020.61173.331035.29
Hex51636112023Dada23
Octal1211431412202752551243
Binary10100011100011110000110010010111101101011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516361; }

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

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

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

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

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

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

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

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