#505E55

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

Shades of Feldgrau #505E55

Tints of Feldgrau #505E55

Color information

#505E55 (or 0x505E55) is unknown color: approx Feldgrau. HEX triplet: 50, 5E and 55. RGB value is (80,94,85). Sum of RGB (Red+Green+Blue) = 80+94+85=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 85 (33.59% from 255 or 32.82% from 259); Max value from RGB is 94 - color contains mainly: green. Hex color #505E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505E55 is #AFA1AA. Grayscale: #585858. Windows color (decimal): -11510187 or 5594704. OLE color: 5594704.

HSL color Cylindrical-coordinate representation of color #505E55: hue angle of 141.43º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #505E55 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.63.

Color convert

RGB809485-
CMYK0.1500.100.63
HSL141.43º8.05%34.12%-
HSV(B)141.43º14.89%36.86%-
XYZ8.9510.3710.12-
YUV88.79125.86121.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.89%
GREEN value IS 94 (37.11% from 255) = 36.29%
BLUE value IS 85 (33.59% from 255) = 32.82%
R=30.89%
G=36.29%
B=32.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8094850.1500.100.63141.438.0534.12
Hex505E55F0A3F8d822
Octal12013612517012772151042
Binary101000010111101010101111101010111111100011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505E55; }

 p { color: rgb(80,94,85); }

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

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

 a { background-color: rgb(80,94,85); }

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

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

 span { border-color: rgb(80,94,85); }

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