#516162

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

Shades of River Bed #516162

Tints of River Bed #516162

Color information

#516162 (or 0x516162) is unknown color: approx River Bed. HEX triplet: 51, 61 and 62. RGB value is (81,97,98). Sum of RGB (Red+Green+Blue) = 81+97+98=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 98 - color contains mainly: blue. Hex color #516162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516162 is #AE9E9D. Grayscale: #5C5C5C. Windows color (decimal): -11443870 or 6447441. OLE color: 6447441.

HSL color Cylindrical-coordinate representation of color #516162: hue angle of 183.53º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #516162 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB819798-
CMYK0.170.0100.62
HSL183.53º9.5%35.1%-
HSV(B)183.53º17.35%38.43%-
XYZ9.8711.1813.19-
YUV92.33131.2119.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.35%
GREEN value IS 97 (38.28% from 255) = 35.14%
BLUE value IS 98 (38.67% from 255) = 35.51%
R=29.35%
G=35.14%
B=35.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8197980.170.0100.62183.539.535.1
Hex51616211103Eb8923
Octal1211411422110762701143
Binary1010001110000111000101000110111110101110001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516162; }

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

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

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

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

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

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

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

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