#515F57

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

Shades of Feldgrau #515F57

Tints of Feldgrau #515F57

Color information

#515F57 (or 0x515F57) is unknown color: approx Feldgrau. HEX triplet: 51, 5F and 57. RGB value is (81,95,87). Sum of RGB (Red+Green+Blue) = 81+95+87=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 87 (34.38% from 255 or 33.08% from 263); Max value from RGB is 95 - color contains mainly: green. Hex color #515F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515F57 is #AEA0A8. Grayscale: #595959. Windows color (decimal): -11444393 or 5726033. OLE color: 5726033.

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

Color convert

RGB819587-
CMYK0.1500.080.63
HSL145.71º7.95%34.51%-
HSV(B)145.71º14.74%37.25%-
XYZ9.2110.6210.58-
YUV89.9126.36121.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.80%
GREEN value IS 95 (37.5% from 255) = 36.12%
BLUE value IS 87 (34.38% from 255) = 33.08%
R=30.80%
G=36.12%
B=33.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8195870.1500.080.63145.717.9534.51
Hex515F57F083F92823
Octal12113712717010772221043
Binary101000110111111010111111101000111111100100101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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