#505062

Color #505062 Gun Powder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gun Powder #505062

Tints of Gun Powder #505062

Color information

#505062 (or 0x505062) is unknown color: approx Gun Powder. HEX triplet: 50, 50 and 62. RGB value is (80,80,98). Sum of RGB (Red+Green+Blue) = 80+80+98=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 98 (38.67% from 255 or 37.98% from 258); Max value from RGB is 98 - color contains mainly: blue. Hex color #505062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505062 is #AFAF9D. Grayscale: #515151. Windows color (decimal): -11513758 or 6443088. OLE color: 6443088.

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

Color convert

RGB808098-
CMYK0.180.1800.62
HSL240º10.11%34.9%-
HSV(B)240º18.37%38.43%-
XYZ8.388.3212.72-
YUV82.05137126.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.01%
GREEN value IS 80 (31.64% from 255) = 31.01%
BLUE value IS 98 (38.67% from 255) = 37.98%
R=31.01%
G=31.01%
B=37.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8080980.180.1800.6224010.1134.9
Hex505062121203Ef0a23
Octal12012014222220763601243
Binary10100001010000110001010010100100111110111100001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505062; }

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

 H1.HeaderClassName
 {
   color: #505062;
 }
 .AnyTagClassName
 {
   color: #505062;
 }
</style>
background-color css

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

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

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

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

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

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