Html Css Color HEX #52695C Feldgrau

📋 copy color: '#52695C'

red 82 ◦ green 105 ◦ blue 92

#52695C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldgrau #52695C

Tints of Feldgrau #52695C

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 value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#52695C (or 0x52695C) is known color: 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

RGB 82 105 92 -
CMYK 0.22 0 0.12 0.59
HSL 146.09º 0.12% 0.37% -
HSV(B) 146.09º 0.22% 0.41% -
XYZ 10.46 12.67 12.02 -
YUV 96.64 125.38 117.56 -
System Red Green Blue C M Y K H S L
Decimal 82 105 92 0.22 0 0.12 0.59 146.09 0.12 0.37
Hex 52 69 5C 16 0 C 3B 92 C 25
Octal 122 151 134 26 0 14 73 222 14 45
Binary 1010010 1101001 1011100 10110 0 1100 111011 10010010 1100 100101

Color Harmonies of #52695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52695C

Black with #52695C

Text Example


Text Example

White with #52695C

Text Example


Text Example

HTML Codes & Css Web 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>