#506361

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

Shades of River Bed #506361

Tints of River Bed #506361

Color information

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

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

Color convert

RGB809997-
CMYK0.1900.020.61
HSL173.68º10.61%35.1%-
HSV(B)173.68º19.19%38.82%-
XYZ9.9311.4913-
YUV93.09130.21118.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8099970.1900.020.61173.6810.6135.1
Hex50636113023Daeb23
Octal1201431412302752561343
Binary10100001100011110000110011010111101101011101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506361; }

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

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

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

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

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

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

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

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