Html Css Color HEX #505052 Gun Powder

📋 copy color: '#505052'

red 80 ◦ green 80 ◦ blue 82

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

Shades of Gun Powder #505052

Tints of Gun Powder #505052

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.06%

 BLUE value IS 82 (32.42% from 255) = 33.88%

R = 33.06%
G = 33.06%
B = 33.88%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#505052 (or 0x505052) is known color: Gun Powder. HEX triplet: 50, 50 and 52. RGB value is (80,80,82). Sum of RGB (Red+Green+Blue) = 80+80+82=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 82 - color contains mainly: blue. Hex color #505052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505052 is #AFAFAD. Grayscale: #505050. Windows color (decimal): -11513774 or 5394512. OLE color: 5394512.

HSL color Cylindrical-coordinate representation of color #505052: hue angle of 240º degrees, saturation: 0.01, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #505052 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 80 82 -
CMYK 0.02 0.02 0 0.68
HSL 240º 0.01% 0.32% -
HSV(B) 240º 0.02% 0.32% -
XYZ 7.7 8.05 9.13 -
YUV 80.23 129 127.84 -
System Red Green Blue C M Y K H S L
Decimal 80 80 82 0.02 0.02 0 0.68 240 0.01 0.32
Hex 50 50 52 2 2 0 44 F0 1 20
Octal 120 120 122 2 2 0 104 360 1 40
Binary 1010000 1010000 1010010 10 10 0 1000100 11110000 1 100000

Color Harmonies of #505052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505052

Black with #505052

Text Example


Text Example

White with #505052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505052; }

 p { color: rgb(80,80,82); }

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

background-color css

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

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

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

border-color css

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

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

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