#506263

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

Shades of River Bed #506263

Tints of River Bed #506263

Color information

#506263 (or 0x506263) is unknown color: approx River Bed. HEX triplet: 50, 62 and 63. RGB value is (80,98,99). Sum of RGB (Red+Green+Blue) = 80+98+99=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 99 - color contains mainly: blue. Hex color #506263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506263 is #AF9D9C. Grayscale: #5C5C5C. Windows color (decimal): -11509149 or 6513232. OLE color: 6513232.

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

Color convert

RGB809899-
CMYK0.190.0100.61
HSL183.16º10.61%35.1%-
HSV(B)183.16º19.19%38.82%-
XYZ9.9311.3413.47-
YUV92.73131.54118.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.88%
GREEN value IS 98 (38.67% from 255) = 35.38%
BLUE value IS 99 (39.06% from 255) = 35.74%
R=28.88%
G=35.38%
B=35.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8098990.190.0100.61183.1610.6135.1
Hex50626313103Db7b23
Octal1201421432310752671343
Binary1010000110001011000111001110111101101101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506263; }

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

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

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

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

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

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

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

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