#55645B

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

Shades of Feldgrau #55645B

Tints of Feldgrau #55645B

Color information

#55645B (or 0x55645B) is unknown color: approx Feldgrau. HEX triplet: 55, 64 and 5B. RGB value is (85,100,91). Sum of RGB (Red+Green+Blue) = 85+100+91=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 100 - color contains mainly: green. Hex color #55645B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55645B is #AA9BA4. Grayscale: #5E5E5E. Windows color (decimal): -11180965 or 5989461. OLE color: 5989461.

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

Color convert

RGB8510091-
CMYK0.1500.090.61
HSL144º8.11%36.27%-
HSV(B)144º15%39.22%-
XYZ10.1911.811.64-
YUV94.49126.03121.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.80%
GREEN value IS 100 (39.45% from 255) = 36.23%
BLUE value IS 91 (35.94% from 255) = 32.97%
R=30.80%
G=36.23%
B=32.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal85100910.1500.090.611448.1136.27
Hex55645BF093D90824
Octal12514413317011752201044
Binary101010111001001011011111101001111101100100001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55645B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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