#516364

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

Shades of River Bed #516364

Tints of River Bed #516364

Color information

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

HSL color Cylindrical-coordinate representation of color #516364: hue angle of 183.16º 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 #516364 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB8199100-
CMYK0.190.0100.61
HSL183.16º10.5%35.49%-
HSV(B)183.16º19%39.22%-
XYZ10.1611.5913.76-
YUV93.73131.54118.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal81991000.190.0100.61183.1610.535.49
Hex51636413103Db7a23
Octal1211431442310752671243
Binary1010001110001111001001001110111101101101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516364; }

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

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

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

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

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

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

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

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