#505B55

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

Shades of Feldgrau #505B55

Tints of Feldgrau #505B55

Color information

#505B55 (or 0x505B55) is unknown color: approx Feldgrau. HEX triplet: 50, 5B and 55. RGB value is (80,91,85). Sum of RGB (Red+Green+Blue) = 80+91+85=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 91 - color contains mainly: green. Hex color #505B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505B55 is #AFA4AA. Grayscale: #575757. Windows color (decimal): -11510955 or 5593936. OLE color: 5593936.

HSL color Cylindrical-coordinate representation of color #505B55: hue angle of 147.27º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #505B55 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.

Color convert

RGB809185-
CMYK0.1200.070.64
HSL147.27º6.43%33.53%-
HSV(B)147.27º12.09%35.69%-
XYZ8.699.8410.04-
YUV87.03126.86122.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.25%
GREEN value IS 91 (35.94% from 255) = 35.55%
BLUE value IS 85 (33.59% from 255) = 33.20%
R=31.25%
G=35.55%
B=33.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8091850.1200.070.64147.276.4333.53
Hex505B55C074093622
Octal1201331251407100223642
Binary10100001011011101010111000111100000010010011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,91,85); }

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

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

 a { background-color: rgb(80,91,85); }

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

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

 span { border-color: rgb(80,91,85); }

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