Html Css Color HEX #505059 Gun Powder

📋 copy color: '#505059'

red 80 ◦ green 80 ◦ blue 89

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

Shades of Gun Powder #505059

Tints of Gun Powder #505059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 35.74%

R = 32.13%
G = 32.13%
B = 35.74%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#505059 (or 0x505059) is known color: Gun Powder. HEX triplet: 50, 50 and 59. RGB value is (80,80,89). Sum of RGB (Red+Green+Blue) = 80+80+89=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 89 - color contains mainly: blue. Hex color #505059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505059 is #AFAFA6. Grayscale: #505050. Windows color (decimal): -11513767 or 5853264. OLE color: 5853264.

HSL color Cylindrical-coordinate representation of color #505059: hue angle of 240º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #505059 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 80 89 -
CMYK 0.10 0.10 0 0.65
HSL 240º 0.05% 0.33% -
HSV(B) 240º 0.1% 0.35% -
XYZ 7.98 8.16 10.61 -
YUV 81.03 132.5 127.27 -
System Red Green Blue C M Y K H S L
Decimal 80 80 89 0.10 0.10 0 0.65 240 0.05 0.33
Hex 50 50 59 A A 0 41 F0 5 21
Octal 120 120 131 12 12 0 101 360 5 41
Binary 1010000 1010000 1011001 1010 1010 0 1000001 11110000 101 100001

Color Harmonies of #505059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505059

Black with #505059

Text Example


Text Example

White with #505059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505059; }

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

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

background-color css

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

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

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

border-color css

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

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

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