#516164

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

Shades of River Bed #516164

Tints of River Bed #516164

Color information

#516164 (or 0x516164) is unknown color: approx River Bed. HEX triplet: 51, 61 and 64. RGB value is (81,97,100). Sum of RGB (Red+Green+Blue) = 81+97+100=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 100 - color contains mainly: blue. Hex color #516164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516164 is #AE9E9B. Grayscale: #5C5C5C. Windows color (decimal): -11443868 or 6578513. OLE color: 6578513.

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

Color convert

RGB8197100-
CMYK0.190.0300.61
HSL189.47º10.5%35.49%-
HSV(B)189.47º19%39.22%-
XYZ9.9711.2213.7-
YUV92.56132.2119.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.14%
GREEN value IS 97 (38.28% from 255) = 34.89%
BLUE value IS 100 (39.45% from 255) = 35.97%
R=29.14%
G=34.89%
B=35.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal81971000.190.0300.61189.4710.535.49
Hex51616413303Dbda23
Octal1211411442330752751243
Binary10100011100001110010010011110111101101111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516164; }

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

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

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

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

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

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

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

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