Html Css Color HEX #506056 Feldgrau

📋 copy color: '#506056'

red 80 ◦ green 96 ◦ blue 86

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

Shades of Feldgrau #506056

Tints of Feldgrau #506056

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.64%

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

R = 30.53%
G = 36.64%
B = 32.82%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#506056 (or 0x506056) is known color: Feldgrau. HEX triplet: 50, 60 and 56. RGB value is (80,96,86). Sum of RGB (Red+Green+Blue) = 80+96+86=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 96 - color contains mainly: green. Hex color #506056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506056 is #AF9FA9. Grayscale: #5A5A5A. Windows color (decimal): -11509674 or 5660752. OLE color: 5660752.

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

Color convert

RGB 80 96 86 -
CMYK 0.17 0 0.10 0.62
HSL 142.5º 0.09% 0.35% -
HSV(B) 142.5º 0.17% 0.38% -
XYZ 9.17 10.74 10.39 -
YUV 90.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 80 96 86 0.17 0 0.10 0.62 142.5 0.09 0.35
Hex 50 60 56 11 0 A 3E 8E 9 23
Octal 120 140 126 21 0 12 76 216 11 43
Binary 1010000 1100000 1010110 10001 0 1010 111110 10001110 1001 100011

Color Harmonies of #506056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506056

Black with #506056

Text Example


Text Example

White with #506056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506056; }

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

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

background-color css

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

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

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

border-color css

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

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

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