Html Css Color HEX #53685C Feldgrau

📋 copy color: '#53685C'

red 83 ◦ green 104 ◦ blue 92

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

Shades of Feldgrau #53685C

Tints of Feldgrau #53685C

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

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

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

RGB 83 104 92 -
CMYK 0.20 0 0.12 0.59
HSL 145.71º 0.11% 0.37% -
HSV(B) 145.71º 0.2% 0.41% -
XYZ 10.45 12.51 11.99 -
YUV 96.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 83 104 92 0.20 0 0.12 0.59 145.71 0.11 0.37
Hex 53 68 5C 14 0 C 3B 92 B 25
Octal 123 150 134 24 0 14 73 222 13 45
Binary 1010011 1101000 1011100 10100 0 1100 111011 10010010 1011 100101

Color Harmonies of #53685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53685C

Black with #53685C

Text Example


Text Example

White with #53685C

Text Example


Text Example

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