#515954

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

Shades of Feldgrau #515954

Tints of Feldgrau #515954

Color information

#515954 (or 0x515954) is unknown color: approx Feldgrau. HEX triplet: 51, 59 and 54. RGB value is (81,89,84). Sum of RGB (Red+Green+Blue) = 81+89+84=254 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.89% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 89 - color contains mainly: green. Hex color #515954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515954 is #AEA6AB. Grayscale: #565656. Windows color (decimal): -11445932 or 5527889. OLE color: 5527889.

HSL color Cylindrical-coordinate representation of color #515954: hue angle of 142.5º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #515954 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB818984-
CMYK0.0900.060.65
HSL142.5º4.71%33.33%-
HSV(B)142.5º8.99%34.9%-
XYZ8.579.539.78-
YUV86.04126.85124.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.89%
GREEN value IS 89 (35.16% from 255) = 35.04%
BLUE value IS 84 (33.20% from 255) = 33.07%
R=31.89%
G=35.04%
B=33.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8189840.0900.060.65142.54.7133.33
Hex515954906418e521
Octal1211311241106101216541
Binary10100011011001101010010010110100000110001110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515954; }

 p { color: rgb(81,89,84); }

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

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

 a { background-color: rgb(81,89,84); }

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

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

 span { border-color: rgb(81,89,84); }

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