#50685A

Color #50685A Feldgrau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldgrau #50685A

Tints of Feldgrau #50685A

Color information

#50685A (or 0x50685A) is unknown color: approx Feldgrau. HEX triplet: 50, 68 and 5A. RGB value is (80,104,90). Sum of RGB (Red+Green+Blue) = 80+104+90=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 104 - color contains mainly: green. Hex color #50685A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50685A is #AF97A5. Grayscale: #5F5F5F. Windows color (decimal): -11507622 or 5924944. OLE color: 5924944.

HSL color Cylindrical-coordinate representation of color #50685A: hue angle of 145º 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 #50685A is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB8010490-
CMYK0.2300.130.59
HSL145º13.04%36.08%-
HSV(B)145º23.08%40.78%-
XYZ10.112.3411.52-
YUV95.23125.05117.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.20%
GREEN value IS 104 (41.02% from 255) = 37.96%
BLUE value IS 90 (35.55% from 255) = 32.85%
R=29.20%
G=37.96%
B=32.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80104900.2300.130.5914513.0436.08
Hex50685A170D3B91d24
Octal12015013227015732211544
Binary1010000110100010110101011101101111011100100011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50685A; }

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

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

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

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

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

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

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

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