Html Css Color HEX #505E56 Feldgrau

📋 copy color: '#505E56'

red 80 ◦ green 94 ◦ blue 86

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

Shades of Feldgrau #505E56

Tints of Feldgrau #505E56

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.15%

 BLUE value IS 86 (33.98% from 255) = 33.08%

R = 30.77%
G = 36.15%
B = 33.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.63

RGB Variations

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

Color information

#505E56 (or 0x505E56) is known color: Feldgrau. HEX triplet: 50, 5E and 56. RGB value is (80,94,86). Sum of RGB (Red+Green+Blue) = 80+94+86=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 86 (33.98% from 255 or 33.08% from 260); Max value from RGB is 94 - color contains mainly: green. Hex color #505E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505E56 is #AFA1A9. Grayscale: #585858. Windows color (decimal): -11510186 or 5660240. OLE color: 5660240.

HSL color Cylindrical-coordinate representation of color #505E56: hue angle of 145.71º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #505E56 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.

Color convert

RGB 80 94 86 -
CMYK 0.15 0 0.09 0.63
HSL 145.71º 0.08% 0.34% -
HSV(B) 145.71º 0.15% 0.37% -
XYZ 8.99 10.38 10.33 -
YUV 88.9 126.36 121.65 -
System Red Green Blue C M Y K H S L
Decimal 80 94 86 0.15 0 0.09 0.63 145.71 0.08 0.34
Hex 50 5E 56 F 0 9 3F 92 8 22
Octal 120 136 126 17 0 11 77 222 10 42
Binary 1010000 1011110 1010110 1111 0 1001 111111 10010010 1000 100010

Color Harmonies of #505E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505E56

Black with #505E56

Text Example


Text Example

White with #505E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,94,86); }

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

background-color css

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

 a { background-color: rgb(80,94,86); }

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

border-color css

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

 span { border-color: rgb(80,94,86); }

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