Html Css Color HEX #505055 Gun Powder

📋 copy color: '#505055'

red 80 ◦ green 80 ◦ blue 85

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

Shades of Gun Powder #505055

Tints of Gun Powder #505055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 34.69%

R = 32.65%
G = 32.65%
B = 34.69%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#505055 (or 0x505055) is known color: Gun Powder. HEX triplet: 50, 50 and 55. RGB value is (80,80,85). Sum of RGB (Red+Green+Blue) = 80+80+85=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 85 - color contains mainly: blue. Hex color #505055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505055 is #AFAFAA. Grayscale: #505050. Windows color (decimal): -11513771 or 5591120. OLE color: 5591120.

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

Color convert

RGB 80 80 85 -
CMYK 0.06 0.06 0 0.67
HSL 240º 0.03% 0.32% -
HSV(B) 240º 0.06% 0.33% -
XYZ 7.82 8.1 9.75 -
YUV 80.57 130.5 127.59 -
System Red Green Blue C M Y K H S L
Decimal 80 80 85 0.06 0.06 0 0.67 240 0.03 0.32
Hex 50 50 55 6 6 0 43 F0 3 20
Octal 120 120 125 6 6 0 103 360 3 40
Binary 1010000 1010000 1010101 110 110 0 1000011 11110000 11 100000

Color Harmonies of #505055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505055

Black with #505055

Text Example


Text Example

White with #505055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505055; }

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

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

background-color css

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

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

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

border-color css

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

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

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