#545956

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

Shades of Feldgrau #545956

Tints of Feldgrau #545956

Color information

#545956 (or 0x545956) is unknown color: approx Feldgrau. HEX triplet: 54, 59 and 56. RGB value is (84,89,86). Sum of RGB (Red+Green+Blue) = 84+89+86=259 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.43% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 89 - color contains mainly: green. Hex color #545956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545956 is #ABA6A9. Grayscale: #575757. Windows color (decimal): -11249322 or 5658964. OLE color: 5658964.

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

Color convert

RGB848986-
CMYK0.0600.030.65
HSL144º2.89%33.92%-
HSV(B)144º5.62%34.9%-
XYZ8.919.710.21-
YUV87.16127.34125.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.43%
GREEN value IS 89 (35.16% from 255) = 34.36%
BLUE value IS 86 (33.98% from 255) = 33.20%
R=32.43%
G=34.36%
B=33.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8489860.0600.030.651442.8933.92
Hex5459566034190322
Octal124131126603101220342
Binary10101001011001101011011001110000011001000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545956; }

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

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

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

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

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

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

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

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