#516462

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

Shades of River Bed #516462

Tints of River Bed #516462

Color information

#516462 (or 0x516462) is unknown color: approx River Bed. HEX triplet: 51, 64 and 62. RGB value is (81,100,98). Sum of RGB (Red+Green+Blue) = 81+100+98=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 100 - color contains mainly: green. Hex color #516462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516462 is #AE9B9D. Grayscale: #5E5E5E. Windows color (decimal): -11443102 or 6448209. OLE color: 6448209.

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

Color convert

RGB8110098-
CMYK0.1900.020.61
HSL173.68º10.5%35.49%-
HSV(B)173.68º19%39.22%-
XYZ10.1611.7513.29-
YUV94.09130.21118.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.03%
GREEN value IS 100 (39.45% from 255) = 35.84%
BLUE value IS 98 (38.67% from 255) = 35.13%
R=29.03%
G=35.84%
B=35.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal81100980.1900.020.61173.6810.535.49
Hex51646213023Daea23
Octal1211441422302752561243
Binary10100011100100110001010011010111101101011101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516462; }

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

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

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

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

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

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

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

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