Html Css Color HEX #504E5A Gun Powder

📋 copy color: '#504E5A'

red 80 ◦ green 78 ◦ blue 90

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

Shades of Gun Powder #504E5A

Tints of Gun Powder #504E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 36.29%

R = 32.26%
G = 31.45%
B = 36.29%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#504E5A (or 0x504E5A) is known color: Gun Powder. HEX triplet: 50, 4E and 5A. RGB value is (80,78,90). Sum of RGB (Red+Green+Blue) = 80+78+90=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 90 - color contains mainly: blue. Hex color #504E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504E5A is #AFB1A5. Grayscale: #4F4F4F. Windows color (decimal): -11514278 or 5918288. OLE color: 5918288.

HSL color Cylindrical-coordinate representation of color #504E5A: hue angle of 250º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #504E5A is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 78 90 -
CMYK 0.11 0.13 0 0.65
HSL 250º 0.07% 0.33% -
HSV(B) 250º 0.13% 0.35% -
XYZ 7.88 7.89 10.78 -
YUV 79.97 133.66 128.02 -
System Red Green Blue C M Y K H S L
Decimal 80 78 90 0.11 0.13 0 0.65 250 0.07 0.33
Hex 50 4E 5A B D 0 41 FA 7 21
Octal 120 116 132 13 15 0 101 372 7 41
Binary 1010000 1001110 1011010 1011 1101 0 1000001 11111010 111 100001

Color Harmonies of #504E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504E5A

Black with #504E5A

Text Example


Text Example

White with #504E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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