#506163

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

Shades of River Bed #506163

Tints of River Bed #506163

Color information

#506163 (or 0x506163) is unknown color: approx River Bed. HEX triplet: 50, 61 and 63. RGB value is (80,97,99). Sum of RGB (Red+Green+Blue) = 80+97+99=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 99 - color contains mainly: blue. Hex color #506163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506163 is #AF9E9C. Grayscale: #5C5C5C. Windows color (decimal): -11509405 or 6512976. OLE color: 6512976.

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

Color convert

RGB809799-
CMYK0.190.0200.61
HSL186.32º10.61%35.1%-
HSV(B)186.32º19.19%38.82%-
XYZ9.8411.1613.44-
YUV92.14131.87119.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.99%
GREEN value IS 97 (38.28% from 255) = 35.14%
BLUE value IS 99 (39.06% from 255) = 35.87%
R=28.99%
G=35.14%
B=35.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8097990.190.0200.61186.3210.6135.1
Hex50616313203Dbab23
Octal1201411432320752721343
Binary10100001100001110001110011100111101101110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506163; }

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

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

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

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

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

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

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

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