#506257

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

Shades of Feldgrau #506257

Tints of Feldgrau #506257

Color information

#506257 (or 0x506257) is unknown color: approx Feldgrau. HEX triplet: 50, 62 and 57. RGB value is (80,98,87). Sum of RGB (Red+Green+Blue) = 80+98+87=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 87 (34.38% from 255 or 32.83% from 265); Max value from RGB is 98 - color contains mainly: green. Hex color #506257 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506257 is #AF9DA8. Grayscale: #5B5B5B. Windows color (decimal): -11509161 or 5726800. OLE color: 5726800.

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

Color convert

RGB809887-
CMYK0.1800.110.62
HSL143.33º10.11%34.9%-
HSV(B)143.33º18.37%38.43%-
XYZ9.411.1310.67-
YUV91.36125.54119.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.19%
GREEN value IS 98 (38.67% from 255) = 36.98%
BLUE value IS 87 (34.38% from 255) = 32.83%
R=30.19%
G=36.98%
B=32.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8098870.1800.110.62143.3310.1134.9
Hex506257120B3E8fa23
Octal12014212722013762171243
Binary1010000110001010101111001001011111110100011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506257; }

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

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

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

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

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

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

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

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