#505954

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

Shades of Feldgrau #505954

Tints of Feldgrau #505954

Color information

#505954 (or 0x505954) is unknown color: approx 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

RGB808984-
CMYK0.1000.060.65
HSL146.67º5.33%33.14%-
HSV(B)146.67º10.11%34.9%-
XYZ8.489.499.77-
YUV85.74127.02123.91-

RGB Variations

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

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.20% from 255) = 33.20%
R=31.62%
G=35.18%
B=33.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8089840.1000.060.65146.675.3333.14
Hex505954A064193521
Octal1201311241206101223541
Binary10100001011001101010010100110100000110010011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>