Html Css Color HEX #504F63 Gun Powder

📋 copy color: '#504F63'

red 80 ◦ green 79 ◦ blue 99

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

Shades of Gun Powder #504F63

Tints of Gun Powder #504F63

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.62%

 BLUE value IS 99 (39.06% from 255) = 38.37%

R = 31.01%
G = 30.62%
B = 38.37%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#504F63 (or 0x504F63) is known color: Gun Powder. HEX triplet: 50, 4F and 63. RGB value is (80,79,99). Sum of RGB (Red+Green+Blue) = 80+79+99=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 99 - color contains mainly: blue. Hex color #504F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504F63 is #AFB09C. Grayscale: #515151. Windows color (decimal): -11514013 or 6508368. OLE color: 6508368.

HSL color Cylindrical-coordinate representation of color #504F63: hue angle of 243º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #504F63 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 79 99 -
CMYK 0.19 0.20 0 0.61
HSL 243º 0.11% 0.35% -
HSV(B) 243º 0.2% 0.39% -
XYZ 8.36 8.2 12.95 -
YUV 81.58 137.83 126.87 -
System Red Green Blue C M Y K H S L
Decimal 80 79 99 0.19 0.20 0 0.61 243 0.11 0.35
Hex 50 4F 63 13 14 0 3D F3 B 23
Octal 120 117 143 23 24 0 75 363 13 43
Binary 1010000 1001111 1100011 10011 10100 0 111101 11110011 1011 100011

Color Harmonies of #504F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504F63

Black with #504F63

Text Example


Text Example

White with #504F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504F63; }

 p { color: rgb(80,79,99); }

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

background-color css

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

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

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

border-color css

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

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

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