Html Css Color HEX #505159 Gun Powder

📋 copy color: '#505159'

red 80 ◦ green 81 ◦ blue 89

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

Shades of Gun Powder #505159

Tints of Gun Powder #505159

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.4%

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

R = 32%
G = 32.4%
B = 35.6%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#505159 (or 0x505159) is known color: Gun Powder. HEX triplet: 50, 51 and 59. RGB value is (80,81,89). Sum of RGB (Red+Green+Blue) = 80+81+89=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 89 - color contains mainly: blue. Hex color #505159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505159 is #AFAEA6. Grayscale: #515151. Windows color (decimal): -11513511 or 5853520. OLE color: 5853520.

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

Color convert

RGB 80 81 89 -
CMYK 0.10 0.09 0 0.65
HSL 233.33º 0.05% 0.33% -
HSV(B) 233.33º 0.1% 0.35% -
XYZ 8.05 8.31 10.63 -
YUV 81.61 132.17 126.85 -
System Red Green Blue C M Y K H S L
Decimal 80 81 89 0.10 0.09 0 0.65 233.33 0.05 0.33
Hex 50 51 59 A 9 0 41 E9 5 21
Octal 120 121 131 12 11 0 101 351 5 41
Binary 1010000 1010001 1011001 1010 1001 0 1000001 11101001 101 100001

Color Harmonies of #505159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505159

Black with #505159

Text Example


Text Example

White with #505159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505159; }

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

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

background-color css

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

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

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

border-color css

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

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

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