#506260

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

Shades of River Bed #506260

Tints of River Bed #506260

Color information

#506260 (or 0x506260) is unknown color: approx River Bed. HEX triplet: 50, 62 and 60. RGB value is (80,98,96). Sum of RGB (Red+Green+Blue) = 80+98+96=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 98 - color contains mainly: green. Hex color #506260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506260 is #AF9D9F. Grayscale: #5C5C5C. Windows color (decimal): -11509152 or 6316624. OLE color: 6316624.

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

Color convert

RGB809896-
CMYK0.1800.020.62
HSL173.33º10.11%34.9%-
HSV(B)173.33º18.37%38.43%-
XYZ9.7911.2912.73-
YUV92.39130.04119.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.20%
GREEN value IS 98 (38.67% from 255) = 35.77%
BLUE value IS 96 (37.89% from 255) = 35.04%
R=29.20%
G=35.77%
B=35.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8098960.1800.020.62173.3310.1134.9
Hex50626012023Eada23
Octal1201421402202762551243
Binary10100001100010110000010010010111110101011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506260; }

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

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

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

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

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

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

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

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