#54645B

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

Shades of Feldgrau #54645B

Tints of Feldgrau #54645B

Color information

#54645B (or 0x54645B) is unknown color: approx Feldgrau. HEX triplet: 54, 64 and 5B. RGB value is (84,100,91). Sum of RGB (Red+Green+Blue) = 84+100+91=275 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.55% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 100 - color contains mainly: green. Hex color #54645B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54645B is #AB9BA4. Grayscale: #5E5E5E. Windows color (decimal): -11246501 or 5989460. OLE color: 5989460.

HSL color Cylindrical-coordinate representation of color #54645B: hue angle of 146.25º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #54645B is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB8410091-
CMYK0.1600.090.61
HSL146.25º8.7%36.08%-
HSV(B)146.25º16%39.22%-
XYZ10.111.7511.63-
YUV94.19126.2120.73-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.55%
GREEN value IS 100 (39.45% from 255) = 36.36%
BLUE value IS 91 (35.94% from 255) = 33.09%
R=30.55%
G=36.36%
B=33.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal84100910.1600.090.61146.258.736.08
Hex54645B10093D92924
Octal12414413320011752221144
Binary1010100110010010110111000001001111101100100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54645B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54645B; }

 p { color: rgb(84,100,91); }

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

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

 a { background-color: rgb(84,100,91); }

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

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

 span { border-color: rgb(84,100,91); }

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