#506157

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

Shades of Feldgrau #506157

Tints of Feldgrau #506157

Color information

#506157 (or 0x506157) is unknown color: approx Feldgrau. HEX triplet: 50, 61 and 57. RGB value is (80,97,87). Sum of RGB (Red+Green+Blue) = 80+97+87=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 87 (34.38% from 255 or 32.95% from 264); Max value from RGB is 97 - color contains mainly: green. Hex color #506157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506157 is #AF9EA8. Grayscale: #5A5A5A. Windows color (decimal): -11509417 or 5726544. OLE color: 5726544.

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

Color convert

RGB809787-
CMYK0.1800.100.62
HSL144.71º9.6%34.71%-
HSV(B)144.71º17.53%38.04%-
XYZ9.310.9410.64-
YUV90.78125.87120.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.30%
GREEN value IS 97 (38.28% from 255) = 36.74%
BLUE value IS 87 (34.38% from 255) = 32.95%
R=30.30%
G=36.74%
B=32.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8097870.1800.100.62144.719.634.71
Hex506157120A3E91a23
Octal12014112722012762211243
Binary1010000110000110101111001001010111110100100011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506157; }

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

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

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

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

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

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

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

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