Html Css Color HEX #504E60 Gun Powder

📋 copy color: '#504E60'

red 80 ◦ green 78 ◦ blue 96

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

Shades of Gun Powder #504E60

Tints of Gun Powder #504E60

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.71%

 BLUE value IS 96 (37.89% from 255) = 37.8%

R = 31.5%
G = 30.71%
B = 37.8%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#504E60 (or 0x504E60) is known color: Gun Powder. HEX triplet: 50, 4E and 60. RGB value is (80,78,96). Sum of RGB (Red+Green+Blue) = 80+78+96=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 96 - color contains mainly: blue. Hex color #504E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504E60 is #AFB19F. Grayscale: #505050. Windows color (decimal): -11514272 or 6311504. OLE color: 6311504.

HSL color Cylindrical-coordinate representation of color #504E60: hue angle of 246.67º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #504E60 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 78 96 -
CMYK 0.17 0.19 0 0.62
HSL 246.67º 0.1% 0.34% -
HSV(B) 246.67º 0.19% 0.38% -
XYZ 8.14 8 12.18 -
YUV 80.65 136.66 127.54 -
System Red Green Blue C M Y K H S L
Decimal 80 78 96 0.17 0.19 0 0.62 246.67 0.1 0.34
Hex 50 4E 60 11 13 0 3E F7 A 22
Octal 120 116 140 21 23 0 76 367 12 42
Binary 1010000 1001110 1100000 10001 10011 0 111110 11110111 1010 100010

Color Harmonies of #504E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504E60

Black with #504E60

Text Example


Text Example

White with #504E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,78,96); }

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

background-color css

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

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

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

border-color css

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

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

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