Html Css Color HEX #506759 Feldgrau

📋 copy color: '#506759'

red 80 ◦ green 103 ◦ blue 89

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

Shades of Feldgrau #506759

Tints of Feldgrau #506759

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.87%

 BLUE value IS 89 (35.16% from 255) = 32.72%

R = 29.41%
G = 37.87%
B = 32.72%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.60

RGB Variations

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

Color information

#506759 (or 0x506759) is known color: Feldgrau. HEX triplet: 50, 67 and 59. RGB value is (80,103,89). Sum of RGB (Red+Green+Blue) = 80+103+89=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 89 (35.16% from 255 or 32.72% from 272); Max value from RGB is 103 - color contains mainly: green. Hex color #506759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506759 is #AF98A6. Grayscale: #5E5E5E. Windows color (decimal): -11507879 or 5859152. OLE color: 5859152.

HSL color Cylindrical-coordinate representation of color #506759: hue angle of 143.48º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #506759 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 103 89 -
CMYK 0.22 0 0.14 0.60
HSL 143.48º 0.13% 0.36% -
HSV(B) 143.48º 0.22% 0.4% -
XYZ 9.96 12.13 11.27 -
YUV 94.53 124.88 117.64 -
System Red Green Blue C M Y K H S L
Decimal 80 103 89 0.22 0 0.14 0.60 143.48 0.13 0.36
Hex 50 67 59 16 0 E 3C 8F D 24
Octal 120 147 131 26 0 16 74 217 15 44
Binary 1010000 1100111 1011001 10110 0 1110 111100 10001111 1101 100100

Color Harmonies of #506759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506759

Black with #506759

Text Example


Text Example

White with #506759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506759; }

 p { color: rgb(80,103,89); }

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

background-color css

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

 a { background-color: rgb(80,103,89); }

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

border-color css

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

 span { border-color: rgb(80,103,89); }

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