#506061

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

Shades of River Bed #506061

Tints of River Bed #506061

Color information

#506061 (or 0x506061) is unknown color: approx River Bed. HEX triplet: 50, 60 and 61. RGB value is (80,96,97). Sum of RGB (Red+Green+Blue) = 80+96+97=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 97 - color contains mainly: blue. Hex color #506061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506061 is #AF9F9E. Grayscale: #5B5B5B. Windows color (decimal): -11509663 or 6381648. OLE color: 6381648.

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

Color convert

RGB809697-
CMYK0.180.0100.62
HSL183.53º9.6%34.71%-
HSV(B)183.53º17.53%38.04%-
XYZ9.6510.9312.91-
YUV91.33131.2119.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.30%
GREEN value IS 96 (37.89% from 255) = 35.16%
BLUE value IS 97 (38.28% from 255) = 35.53%
R=29.30%
G=35.16%
B=35.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8096970.180.0100.62183.539.634.71
Hex50606112103Eb8a23
Octal1201401412210762701243
Binary1010000110000011000011001010111110101110001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506061; }

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

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

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

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

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

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

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

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