Html Css Color HEX #506257 Feldgrau

📋 copy color: '#506257'

red 80 ◦ green 98 ◦ blue 87

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

Shades of Feldgrau #506257

Tints of Feldgrau #506257

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.98%

 BLUE value IS 87 (34.38% from 255) = 32.83%

R = 30.19%
G = 36.98%
B = 32.83%

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

#506257 (or 0x506257) is known color: Feldgrau. HEX triplet: 50, 62 and 57. RGB value is (80,98,87). Sum of RGB (Red+Green+Blue) = 80+98+87=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 87 (34.38% from 255 or 32.83% from 265); Max value from RGB is 98 - color contains mainly: green. Hex color #506257 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506257 is #AF9DA8. Grayscale: #5B5B5B. Windows color (decimal): -11509161 or 5726800. OLE color: 5726800.

HSL color Cylindrical-coordinate representation of color #506257: hue angle of 143.33º 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 #506257 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 98 87 -
CMYK 0.18 0 0.11 0.62
HSL 143.33º 0.1% 0.35% -
HSV(B) 143.33º 0.18% 0.38% -
XYZ 9.4 11.13 10.67 -
YUV 91.36 125.54 119.89 -
System Red Green Blue C M Y K H S L
Decimal 80 98 87 0.18 0 0.11 0.62 143.33 0.1 0.35
Hex 50 62 57 12 0 B 3E 8F A 23
Octal 120 142 127 22 0 13 76 217 12 43
Binary 1010000 1100010 1010111 10010 0 1011 111110 10001111 1010 100011

Color Harmonies of #506257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506257

Black with #506257

Text Example


Text Example

White with #506257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506257; }

 p { color: rgb(80,98,87); }

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

background-color css

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

 a { background-color: rgb(80,98,87); }

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

border-color css

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

 span { border-color: rgb(80,98,87); }

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