#506867

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

Shades of River Bed #506867

Tints of River Bed #506867

Color information

#506867 (or 0x506867) is unknown color: approx River Bed. HEX triplet: 50, 68 and 67. RGB value is (80,104,103). Sum of RGB (Red+Green+Blue) = 80+104+103=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 104 - color contains mainly: green. Hex color #506867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506867 is #AF9798. Grayscale: #606060. Windows color (decimal): -11507609 or 6776912. OLE color: 6776912.

HSL color Cylindrical-coordinate representation of color #506867: hue angle of 177.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #506867 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB80104103-
CMYK0.2300.010.59
HSL177.5º13.04%36.08%-
HSV(B)177.5º23.08%40.78%-
XYZ10.7112.5914.7-
YUV96.71131.55116.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.87%
GREEN value IS 104 (41.02% from 255) = 36.24%
BLUE value IS 103 (40.62% from 255) = 35.89%
R=27.87%
G=36.24%
B=35.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal801041030.2300.010.59177.513.0436.08
Hex50686717013Bb2d24
Octal1201501472701732621544
Binary1010000110100011001111011101111011101100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506867; }

 p { color: rgb(80,104,103); }

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

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

 a { background-color: rgb(80,104,103); }

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

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

 span { border-color: rgb(80,104,103); }

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