#516362

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

Shades of River Bed #516362

Tints of River Bed #516362

Color information

#516362 (or 0x516362) is unknown color: approx River Bed. HEX triplet: 51, 63 and 62. RGB value is (81,99,98). Sum of RGB (Red+Green+Blue) = 81+99+98=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 99 - color contains mainly: green. Hex color #516362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516362 is #AE9C9D. Grayscale: #5D5D5D. Windows color (decimal): -11443358 or 6447953. OLE color: 6447953.

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

Color convert

RGB819998-
CMYK0.1800.010.61
HSL176.67º10%35.29%-
HSV(B)176.67º18.18%38.82%-
XYZ10.0611.5513.26-
YUV93.5130.54119.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.14%
GREEN value IS 99 (39.06% from 255) = 35.61%
BLUE value IS 98 (38.67% from 255) = 35.25%
R=29.14%
G=35.61%
B=35.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8199980.1800.010.61176.671035.29
Hex51636212013Db1a23
Octal1211431422201752611243
Binary1010001110001111000101001001111101101100011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516362; }

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

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

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

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

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

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

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

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