#545D57

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

Shades of Feldgrau #545D57

Tints of Feldgrau #545D57

Color information

#545D57 (or 0x545D57) is unknown color: approx Feldgrau. HEX triplet: 54, 5D and 57. RGB value is (84,93,87). Sum of RGB (Red+Green+Blue) = 84+93+87=264 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.82% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 87 (34.38% from 255 or 32.95% from 264); Max value from RGB is 93 - color contains mainly: green. Hex color #545D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545D57 is #ABA2A8. Grayscale: #595959. Windows color (decimal): -11248297 or 5725524. OLE color: 5725524.

HSL color Cylindrical-coordinate representation of color #545D57: hue angle of 140º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #545D57 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.64.

Color convert

RGB849387-
CMYK0.1000.060.64
HSL140º5.08%34.71%-
HSV(B)140º9.68%36.47%-
XYZ9.2910.410.53-
YUV89.62126.52123.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.82%
GREEN value IS 93 (36.72% from 255) = 35.23%
BLUE value IS 87 (34.38% from 255) = 32.95%
R=31.82%
G=35.23%
B=32.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8493870.1000.060.641405.0834.71
Hex545D57A06408c523
Octal1241351271206100214543
Binary10101001011101101011110100110100000010001100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545D57; }

 p { color: rgb(84,93,87); }

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

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

 a { background-color: rgb(84,93,87); }

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

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

 span { border-color: rgb(84,93,87); }

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