Html Css Color HEX #506057 Feldgrau

📋 copy color: '#506057'

red 80 ◦ green 96 ◦ blue 87

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

Shades of Feldgrau #506057

Tints of Feldgrau #506057

RGB

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

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

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

R = 30.42%
G = 36.5%
B = 33.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#506057 (or 0x506057) is known color: Feldgrau. HEX triplet: 50, 60 and 57. RGB value is (80,96,87). Sum of RGB (Red+Green+Blue) = 80+96+87=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 87 (34.38% from 255 or 33.08% from 263); Max value from RGB is 96 - color contains mainly: green. Hex color #506057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506057 is #AF9FA8. Grayscale: #5A5A5A. Windows color (decimal): -11509673 or 5726288. OLE color: 5726288.

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

Color convert

RGB 80 96 87 -
CMYK 0.17 0 0.09 0.62
HSL 146.25º 0.09% 0.35% -
HSV(B) 146.25º 0.17% 0.38% -
XYZ 9.21 10.76 10.61 -
YUV 90.19 126.2 120.73 -
System Red Green Blue C M Y K H S L
Decimal 80 96 87 0.17 0 0.09 0.62 146.25 0.09 0.35
Hex 50 60 57 11 0 9 3E 92 9 23
Octal 120 140 127 21 0 11 76 222 11 43
Binary 1010000 1100000 1010111 10001 0 1001 111110 10010010 1001 100011

Color Harmonies of #506057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506057

Black with #506057

Text Example


Text Example

White with #506057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506057; }

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

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

background-color css

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

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

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

border-color css

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

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

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