#545E58

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

Shades of Feldgrau #545E58

Tints of Feldgrau #545E58

Color information

#545E58 (or 0x545E58) is unknown color: approx Feldgrau. HEX triplet: 54, 5E and 58. RGB value is (84,94,88). Sum of RGB (Red+Green+Blue) = 84+94+88=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 94 (37.11% from 255 or 35.34% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 94 - color contains mainly: green. Hex color #545E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545E58 is #ABA1A7. Grayscale: #5A5A5A. Windows color (decimal): -11248040 or 5791316. OLE color: 5791316.

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

Color convert

RGB849488-
CMYK0.1100.060.63
HSL144º5.62%34.9%-
HSV(B)144º10.64%36.86%-
XYZ9.4210.5910.78-
YUV90.33126.69123.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.58%
GREEN value IS 94 (37.11% from 255) = 35.34%
BLUE value IS 88 (34.77% from 255) = 33.08%
R=31.58%
G=35.34%
B=33.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8494880.1100.060.631445.6234.9
Hex545E58B063F90623
Octal124136130130677220643
Binary1010100101111010110001011011011111110010000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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