#52695C

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

Shades of Feldgrau #52695C

Tints of Feldgrau #52695C

Color information

#52695C (or 0x52695C) is unknown color: approx Feldgrau. HEX triplet: 52, 69 and 5C. RGB value is (82,105,92). Sum of RGB (Red+Green+Blue) = 82+105+92=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 105 - color contains mainly: green. Hex color #52695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52695C is #AD96A3. Grayscale: #606060. Windows color (decimal): -11376292 or 6056274. OLE color: 6056274.

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

Color convert

RGB8210592-
CMYK0.2200.120.59
HSL146.09º12.3%36.67%-
HSV(B)146.09º21.9%41.18%-
XYZ10.4612.6712.02-
YUV96.64125.38117.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.39%
GREEN value IS 105 (41.41% from 255) = 37.63%
BLUE value IS 92 (36.33% from 255) = 32.97%
R=29.39%
G=37.63%
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
Decimal82105920.2200.120.59146.0912.336.67
Hex52695C160C3B92c25
Octal12215113426014732221445
Binary1010010110100110111001011001100111011100100101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,105,92); }

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

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

 a { background-color: rgb(82,105,92); }

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

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

 span { border-color: rgb(82,105,92); }

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