#516057

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

Shades of Feldgrau #516057

Tints of Feldgrau #516057

Color information

#516057 (or 0x516057) is unknown color: approx Feldgrau. HEX triplet: 51, 60 and 57. RGB value is (81,96,87). Sum of RGB (Red+Green+Blue) = 81+96+87=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 87 (34.38% from 255 or 32.95% from 264); Max value from RGB is 96 - color contains mainly: green. Hex color #516057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516057 is #AE9FA8. Grayscale: #5A5A5A. Windows color (decimal): -11444137 or 5726289. OLE color: 5726289.

HSL color Cylindrical-coordinate representation of color #516057: hue angle of 144º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #516057 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB819687-
CMYK0.1600.090.62
HSL144º8.47%34.71%-
HSV(B)144º15.62%37.65%-
XYZ9.310.810.61-
YUV90.49126.03121.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.68%
GREEN value IS 96 (37.89% from 255) = 36.36%
BLUE value IS 87 (34.38% from 255) = 32.95%
R=30.68%
G=36.36%
B=32.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8196870.1600.090.621448.4734.71
Hex51605710093E90823
Octal12114012720011762201043
Binary1010001110000010101111000001001111110100100001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516057; }

 p { color: rgb(81,96,87); }

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

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

 a { background-color: rgb(81,96,87); }

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

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

 span { border-color: rgb(81,96,87); }

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