#515E56

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

Shades of Feldgrau #515E56

Tints of Feldgrau #515E56

Color information

#515E56 (or 0x515E56) is unknown color: approx Feldgrau. HEX triplet: 51, 5E and 56. RGB value is (81,94,86). Sum of RGB (Red+Green+Blue) = 81+94+86=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 94 - color contains mainly: green. Hex color #515E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515E56 is #AEA1A9. Grayscale: #595959. Windows color (decimal): -11444650 or 5660241. OLE color: 5660241.

HSL color Cylindrical-coordinate representation of color #515E56: hue angle of 143.08º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #515E56 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.

Color convert

RGB819486-
CMYK0.1400.090.63
HSL143.08º7.43%34.31%-
HSV(B)143.08º13.83%36.86%-
XYZ9.0810.4310.34-
YUV89.2126.19122.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.03%
GREEN value IS 94 (37.11% from 255) = 36.02%
BLUE value IS 86 (33.98% from 255) = 32.95%
R=31.03%
G=36.02%
B=32.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8194860.1400.090.63143.087.4334.31
Hex515E56E093F8f722
Octal1211361261601177217742
Binary10100011011110101011011100100111111110001111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515E56; }

 p { color: rgb(81,94,86); }

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

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

 a { background-color: rgb(81,94,86); }

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

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

 span { border-color: rgb(81,94,86); }

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