#53685C

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

Shades of Feldgrau #53685C

Tints of Feldgrau #53685C

Color information

#53685C (or 0x53685C) is unknown color: approx Feldgrau. HEX triplet: 53, 68 and 5C. RGB value is (83,104,92). Sum of RGB (Red+Green+Blue) = 83+104+92=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 104 - color contains mainly: green. Hex color #53685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53685C is #AC97A3. Grayscale: #606060. Windows color (decimal): -11311012 or 6056019. OLE color: 6056019.

HSL color Cylindrical-coordinate representation of color #53685C: hue angle of 145.71º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #53685C is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB8310492-
CMYK0.2000.120.59
HSL145.71º11.23%36.67%-
HSV(B)145.71º20.19%40.78%-
XYZ10.4512.5111.99-
YUV96.35125.54118.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.75%
GREEN value IS 104 (41.02% from 255) = 37.28%
BLUE value IS 92 (36.33% from 255) = 32.97%
R=29.75%
G=37.28%
B=32.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83104920.2000.120.59145.7111.2336.67
Hex53685C140C3B92b25
Octal12315013424014732221345
Binary1010011110100010111001010001100111011100100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53685C; }

 p { color: rgb(83,104,92); }

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

<style>
 a { background-color: #53685C; }

 a { background-color: rgb(83,104,92); }

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

<style>
 span { border-color: #53685C; }

 span { border-color: rgb(83,104,92); }

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