Html Css Color HEX #506156 Feldgrau

📋 copy color: '#506156'

red 80 ◦ green 97 ◦ blue 86

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

Shades of Feldgrau #506156

Tints of Feldgrau #506156

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.88%

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

R = 30.42%
G = 36.88%
B = 32.7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#506156 (or 0x506156) is known color: Feldgrau. HEX triplet: 50, 61 and 56. RGB value is (80,97,86). Sum of RGB (Red+Green+Blue) = 80+97+86=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 97 - color contains mainly: green. Hex color #506156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506156 is #AF9EA9. Grayscale: #5A5A5A. Windows color (decimal): -11509418 or 5661008. OLE color: 5661008.

HSL color Cylindrical-coordinate representation of color #506156: hue angle of 141.18º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #506156 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 97 86 -
CMYK 0.18 0 0.11 0.62
HSL 141.18º 0.1% 0.35% -
HSV(B) 141.18º 0.18% 0.38% -
XYZ 9.26 10.93 10.42 -
YUV 90.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 80 97 86 0.18 0 0.11 0.62 141.18 0.1 0.35
Hex 50 61 56 12 0 B 3E 8D A 23
Octal 120 141 126 22 0 13 76 215 12 43
Binary 1010000 1100001 1010110 10010 0 1011 111110 10001101 1010 100011

Color Harmonies of #506156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506156

Black with #506156

Text Example


Text Example

White with #506156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506156; }

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

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

background-color css

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

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

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

border-color css

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

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

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