Html Css Color HEX #505954 Feldgrau

📋 copy color: '#505954'

red 80 ◦ green 89 ◦ blue 84

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

Shades of Feldgrau #505954

Tints of Feldgrau #505954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.2%

R = 31.62%
G = 35.18%
B = 33.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#505954 (or 0x505954) is known color: Feldgrau. HEX triplet: 50, 59 and 54. RGB value is (80,89,84). Sum of RGB (Red+Green+Blue) = 80+89+84=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 84 (33.20% from 255 or 33.20% from 253); Max value from RGB is 89 - color contains mainly: green. Hex color #505954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505954 is #AFA6AB. Grayscale: #555555. Windows color (decimal): -11511468 or 5527888. OLE color: 5527888.

HSL color Cylindrical-coordinate representation of color #505954: hue angle of 146.67º 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 #505954 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 89 84 -
CMYK 0.10 0 0.06 0.65
HSL 146.67º 0.05% 0.33% -
HSV(B) 146.67º 0.1% 0.35% -
XYZ 8.48 9.49 9.77 -
YUV 85.74 127.02 123.91 -
System Red Green Blue C M Y K H S L
Decimal 80 89 84 0.10 0 0.06 0.65 146.67 0.05 0.33
Hex 50 59 54 A 0 6 41 93 5 21
Octal 120 131 124 12 0 6 101 223 5 41
Binary 1010000 1011001 1010100 1010 0 110 1000001 10010011 101 100001

Color Harmonies of #505954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505954

Black with #505954

Text Example


Text Example

White with #505954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505954; }

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

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

background-color css

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

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

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

border-color css

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

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

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