#545C57

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

Shades of Feldgrau #545C57

Tints of Feldgrau #545C57

Color information

#545C57 (or 0x545C57) is unknown color: approx Feldgrau. HEX triplet: 54, 5C and 57. RGB value is (84,92,87). Sum of RGB (Red+Green+Blue) = 84+92+87=263 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.94% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 87 (34.38% from 255 or 33.08% from 263); Max value from RGB is 92 - color contains mainly: green. Hex color #545C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545C57 is #ABA3A8. Grayscale: #595959. Windows color (decimal): -11248553 or 5725268. OLE color: 5725268.

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

Color convert

RGB849287-
CMYK0.0900.050.64
HSL142.5º4.55%34.51%-
HSV(B)142.5º8.7%36.08%-
XYZ9.210.2310.51-
YUV89.04126.85124.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.94%
GREEN value IS 92 (36.33% from 255) = 34.98%
BLUE value IS 87 (34.38% from 255) = 33.08%
R=31.94%
G=34.98%
B=33.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8492870.0900.050.64142.54.5534.51
Hex545C57905408e523
Octal1241341271105100216543
Binary10101001011100101011110010101100000010001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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