Html Css Color HEX #505051 Gun Powder

📋 copy color: '#505051'

red 80 ◦ green 80 ◦ blue 81

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

Shades of Gun Powder #505051

Tints of Gun Powder #505051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 33.61%

R = 33.2%
G = 33.2%
B = 33.61%

CMYK

 C value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#505051 (or 0x505051) is known color: Gun Powder. HEX triplet: 50, 50 and 51. RGB value is (80,80,81). Sum of RGB (Red+Green+Blue) = 80+80+81=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 81 - color contains mainly: blue. Hex color #505051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505051 is #AFAFAE. Grayscale: #505050. Windows color (decimal): -11513775 or 5328976. OLE color: 5328976.

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

Color convert

RGB 80 80 81 -
CMYK 0.01 0.01 0 0.68
HSL 240º 0.01% 0.32% -
HSV(B) 240º 0.01% 0.32% -
XYZ 7.66 8.04 8.93 -
YUV 80.11 128.5 127.92 -
System Red Green Blue C M Y K H S L
Decimal 80 80 81 0.01 0.01 0 0.68 240 0.01 0.32
Hex 50 50 51 1 1 0 44 F0 1 20
Octal 120 120 121 1 1 0 104 360 1 40
Binary 1010000 1010000 1010001 1 1 0 1000100 11110000 1 100000

Color Harmonies of #505051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505051

Black with #505051

Text Example


Text Example

White with #505051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505051; }

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

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

background-color css

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

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

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

border-color css

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

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

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