Html Css Color HEX #505953 Feldgrau

📋 copy color: '#505953'

red 80 ◦ green 89 ◦ blue 83

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

Shades of Feldgrau #505953

Tints of Feldgrau #505953

RGB

 RED value IS 80 (31.64% from 255) = 31.75%

 GREEN value IS 89 (35.16% from 255) = 35.32%

 BLUE value IS 83 (32.81% from 255) = 32.94%

R = 31.75%
G = 35.32%
B = 32.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#505953 (or 0x505953) is known color: Feldgrau. HEX triplet: 50, 59 and 53. RGB value is (80,89,83). Sum of RGB (Red+Green+Blue) = 80+89+83=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 89 - color contains mainly: green. Hex color #505953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505953 is #AFA6AC. Grayscale: #555555. Windows color (decimal): -11511469 or 5462352. OLE color: 5462352.

HSL color Cylindrical-coordinate representation of color #505953: hue angle of 140º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #505953 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 89 83 -
CMYK 0.10 0 0.07 0.65
HSL 140º 0.05% 0.33% -
HSV(B) 140º 0.1% 0.35% -
XYZ 8.44 9.47 9.57 -
YUV 85.63 126.52 123.99 -
System Red Green Blue C M Y K H S L
Decimal 80 89 83 0.10 0 0.07 0.65 140 0.05 0.33
Hex 50 59 53 A 0 7 41 8C 5 21
Octal 120 131 123 12 0 7 101 214 5 41
Binary 1010000 1011001 1010011 1010 0 111 1000001 10001100 101 100001

Color Harmonies of #505953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505953

Black with #505953

Text Example


Text Example

White with #505953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505953; }

 p { color: rgb(80,89,83); }

 H1.HeaderClassName
 {
   color: #505953;
 }
 .AnyTagClassName
 {
   color: #505953;
 }
</style>

background-color css

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

 a { background-color: rgb(80,89,83); }

 div.DivClassName
 {
   background-color: #505953;
 }
 .BgClassName
 {
   background-color: #505953;
 }
</style>

border-color css

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

 span { border-color: rgb(80,89,83); }

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