#515C56

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

Shades of Feldgrau #515C56

Tints of Feldgrau #515C56

Color information

#515C56 (or 0x515C56) is unknown color: approx Feldgrau. HEX triplet: 51, 5C and 56. RGB value is (81,92,86). Sum of RGB (Red+Green+Blue) = 81+92+86=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 92 - color contains mainly: green. Hex color #515C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515C56 is #AEA3A9. Grayscale: #585858. Windows color (decimal): -11445162 or 5659729. OLE color: 5659729.

HSL color Cylindrical-coordinate representation of color #515C56: hue angle of 147.27º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #515C56 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.

Color convert

RGB819286-
CMYK0.1200.070.64
HSL147.27º6.36%33.92%-
HSV(B)147.27º11.96%36.08%-
XYZ8.910.0810.28-
YUV88.03126.86122.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.27%
GREEN value IS 92 (36.33% from 255) = 35.52%
BLUE value IS 86 (33.98% from 255) = 33.20%
R=31.27%
G=35.52%
B=33.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8192860.1200.070.64147.276.3633.92
Hex515C56C074093622
Octal1211341261407100223642
Binary10100011011100101011011000111100000010010011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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