#545D58

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

Shades of Feldgrau #545D58

Tints of Feldgrau #545D58

Color information

#545D58 (or 0x545D58) is unknown color: approx Feldgrau. HEX triplet: 54, 5D and 58. RGB value is (84,93,88). Sum of RGB (Red+Green+Blue) = 84+93+88=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 93 - color contains mainly: green. Hex color #545D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545D58 is #ABA2A7. Grayscale: #595959. Windows color (decimal): -11248296 or 5791060. OLE color: 5791060.

HSL color Cylindrical-coordinate representation of color #545D58: hue angle of 146.67º 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 #545D58 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB849388-
CMYK0.1000.050.64
HSL146.67º5.08%34.71%-
HSV(B)146.67º9.68%36.47%-
XYZ9.3310.4210.75-
YUV89.74127.02123.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.70%
GREEN value IS 93 (36.72% from 255) = 35.09%
BLUE value IS 88 (34.77% from 255) = 33.21%
R=31.70%
G=35.09%
B=33.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8493880.1000.050.64146.675.0834.71
Hex545D58A054093523
Octal1241351301205100223543
Binary10101001011101101100010100101100000010010011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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