Html Css Color HEX #506357 Feldgrau

📋 copy color: '#506357'

red 80 ◦ green 99 ◦ blue 87

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

Shades of Feldgrau #506357

Tints of Feldgrau #506357

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.22%

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

R = 30.08%
G = 37.22%
B = 32.71%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.61

RGB Variations

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

Color information

#506357 (or 0x506357) is known color: Feldgrau. HEX triplet: 50, 63 and 57. RGB value is (80,99,87). Sum of RGB (Red+Green+Blue) = 80+99+87=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 87 (34.38% from 255 or 32.71% from 266); Max value from RGB is 99 - color contains mainly: green. Hex color #506357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506357 is #AF9CA8. Grayscale: #5B5B5B. Windows color (decimal): -11508905 or 5727056. OLE color: 5727056.

HSL color Cylindrical-coordinate representation of color #506357: hue angle of 142.11º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #506357 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 99 87 -
CMYK 0.19 0 0.12 0.61
HSL 142.11º 0.11% 0.35% -
HSV(B) 142.11º 0.19% 0.39% -
XYZ 9.49 11.32 10.7 -
YUV 91.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 80 99 87 0.19 0 0.12 0.61 142.11 0.11 0.35
Hex 50 63 57 13 0 C 3D 8E B 23
Octal 120 143 127 23 0 14 75 216 13 43
Binary 1010000 1100011 1010111 10011 0 1100 111101 10001110 1011 100011

Color Harmonies of #506357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506357

Black with #506357

Text Example


Text Example

White with #506357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506357; }

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

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

background-color css

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

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

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

border-color css

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

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

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