Html Css Color HEX #504F60 Gun Powder

📋 copy color: '#504F60'

red 80 ◦ green 79 ◦ blue 96

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

Shades of Gun Powder #504F60

Tints of Gun Powder #504F60

RGB

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

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

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

R = 31.37%
G = 30.98%
B = 37.65%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#504F60 (or 0x504F60) is known color: Gun Powder. HEX triplet: 50, 4F and 60. RGB value is (80,79,96). Sum of RGB (Red+Green+Blue) = 80+79+96=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 96 - color contains mainly: blue. Hex color #504F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504F60 is #AFB09F. Grayscale: #515151. Windows color (decimal): -11514016 or 6311760. OLE color: 6311760.

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

Color convert

RGB 80 79 96 -
CMYK 0.17 0.18 0 0.62
HSL 243.53º 0.1% 0.34% -
HSV(B) 243.53º 0.18% 0.38% -
XYZ 8.22 8.14 12.2 -
YUV 81.24 136.33 127.12 -
System Red Green Blue C M Y K H S L
Decimal 80 79 96 0.17 0.18 0 0.62 243.53 0.1 0.34
Hex 50 4F 60 11 12 0 3E F4 A 22
Octal 120 117 140 21 22 0 76 364 12 42
Binary 1010000 1001111 1100000 10001 10010 0 111110 11110100 1010 100010

Color Harmonies of #504F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504F60

Black with #504F60

Text Example


Text Example

White with #504F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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