#51685B

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

Shades of Feldgrau #51685B

Tints of Feldgrau #51685B

Color information

#51685B (or 0x51685B) is unknown color: approx Feldgrau. HEX triplet: 51, 68 and 5B. RGB value is (81,104,91). Sum of RGB (Red+Green+Blue) = 81+104+91=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 104 - color contains mainly: green. Hex color #51685B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51685B is #AE97A4. Grayscale: #5F5F5F. Windows color (decimal): -11442085 or 5990481. OLE color: 5990481.

HSL color Cylindrical-coordinate representation of color #51685B: hue angle of 146.09º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #51685B is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB8110491-
CMYK0.2200.120.59
HSL146.09º12.43%36.27%-
HSV(B)146.09º22.12%40.78%-
XYZ10.2312.4111.75-
YUV95.64125.38117.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.35%
GREEN value IS 104 (41.02% from 255) = 37.68%
BLUE value IS 91 (35.94% from 255) = 32.97%
R=29.35%
G=37.68%
B=32.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81104910.2200.120.59146.0912.4336.27
Hex51685B160C3B92c24
Octal12115013326014732221444
Binary1010001110100010110111011001100111011100100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,104,91); }

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

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

 a { background-color: rgb(81,104,91); }

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

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

 span { border-color: rgb(81,104,91); }

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