#506063

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

Shades of River Bed #506063

Tints of River Bed #506063

Color information

#506063 (or 0x506063) is unknown color: approx River Bed. HEX triplet: 50, 60 and 63. RGB value is (80,96,99). Sum of RGB (Red+Green+Blue) = 80+96+99=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 99 - color contains mainly: blue. Hex color #506063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506063 is #AF9F9C. Grayscale: #5B5B5B. Windows color (decimal): -11509661 or 6512720. OLE color: 6512720.

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

Color convert

RGB809699-
CMYK0.190.0300.61
HSL189.47º10.61%35.1%-
HSV(B)189.47º19.19%38.82%-
XYZ9.7410.9713.41-
YUV91.56132.2119.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.09%
GREEN value IS 96 (37.89% from 255) = 34.91%
BLUE value IS 99 (39.06% from 255) = 36%
R=29.09%
G=34.91%
B=36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8096990.190.0300.61189.4710.6135.1
Hex50606313303Dbdb23
Octal1201401432330752751343
Binary10100001100000110001110011110111101101111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506063; }

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

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

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

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

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

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

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

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