#506160

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

Shades of River Bed #506160

Tints of River Bed #506160

Color information

#506160 (or 0x506160) is unknown color: approx River Bed. HEX triplet: 50, 61 and 60. RGB value is (80,97,96). Sum of RGB (Red+Green+Blue) = 80+97+96=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 97 - color contains mainly: green. Hex color #506160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506160 is #AF9E9F. Grayscale: #5B5B5B. Windows color (decimal): -11509408 or 6316368. OLE color: 6316368.

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

Color convert

RGB809796-
CMYK0.1800.010.62
HSL176.47º9.6%34.71%-
HSV(B)176.47º17.53%38.04%-
XYZ9.6911.112.7-
YUV91.8130.37119.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.30%
GREEN value IS 97 (38.28% from 255) = 35.53%
BLUE value IS 96 (37.89% from 255) = 35.16%
R=29.30%
G=35.53%
B=35.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8097960.1800.010.62176.479.634.71
Hex50616012013Eb0a23
Octal1201411402201762601243
Binary1010000110000111000001001001111110101100001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506160; }

 p { color: rgb(80,97,96); }

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

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

 a { background-color: rgb(80,97,96); }

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

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

 span { border-color: rgb(80,97,96); }

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