#505A54

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

Shades of Feldgrau #505A54

Tints of Feldgrau #505A54

Color information

#505A54 (or 0x505A54) is unknown color: approx Feldgrau. HEX triplet: 50, 5A and 54. RGB value is (80,90,84). Sum of RGB (Red+Green+Blue) = 80+90+84=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 90 - color contains mainly: green. Hex color #505A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A54 is #AFA5AB. Grayscale: #565656. Windows color (decimal): -11511212 or 5528144. OLE color: 5528144.

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

Color convert

RGB809084-
CMYK0.1100.070.65
HSL144º5.88%33.33%-
HSV(B)144º11.11%35.29%-
XYZ8.569.669.8-
YUV86.33126.69123.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.50%
GREEN value IS 90 (35.55% from 255) = 35.43%
BLUE value IS 84 (33.20% from 255) = 33.07%
R=31.50%
G=35.43%
B=33.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8090840.1100.070.651445.8833.33
Hex505A54B074190621
Octal1201321241307101220641
Binary10100001011010101010010110111100000110010000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505A54; }

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

 H1.HeaderClassName
 {
   color: #505A54;
 }
 .AnyTagClassName
 {
   color: #505A54;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #505A54;
 }
 .BgClassName
 {
   background-color: #505A54;
 }
</style>
border-color css

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

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

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