Html Css Color HEX #505057 Gun Powder

📋 copy color: '#505057'

red 80 ◦ green 80 ◦ blue 87

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

Shades of Gun Powder #505057

Tints of Gun Powder #505057

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.39%

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

R = 32.39%
G = 32.39%
B = 35.22%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#505057 (or 0x505057) is known color: Gun Powder. HEX triplet: 50, 50 and 57. RGB value is (80,80,87). Sum of RGB (Red+Green+Blue) = 80+80+87=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 87 (34.38% from 255 or 35.22% from 247); Max value from RGB is 87 - color contains mainly: blue. Hex color #505057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505057 is #AFAFA8. Grayscale: #505050. Windows color (decimal): -11513769 or 5722192. OLE color: 5722192.

HSL color Cylindrical-coordinate representation of color #505057: hue angle of 240º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #505057 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 80 87 -
CMYK 0.08 0.08 0 0.66
HSL 240º 0.04% 0.33% -
HSV(B) 240º 0.08% 0.34% -
XYZ 7.9 8.13 10.17 -
YUV 80.8 131.5 127.43 -
System Red Green Blue C M Y K H S L
Decimal 80 80 87 0.08 0.08 0 0.66 240 0.04 0.33
Hex 50 50 57 8 8 0 42 F0 4 21
Octal 120 120 127 10 10 0 102 360 4 41
Binary 1010000 1010000 1010111 1000 1000 0 1000010 11110000 100 100001

Color Harmonies of #505057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505057

Black with #505057

Text Example


Text Example

White with #505057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505057; }

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

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

background-color css

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

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

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

border-color css

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

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

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