#515060

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

Shades of Gun Powder #515060

Tints of Gun Powder #515060

Color information

#515060 (or 0x515060) is unknown color: approx Gun Powder. HEX triplet: 51, 50 and 60. RGB value is (81,80,96). Sum of RGB (Red+Green+Blue) = 81+80+96=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 96 - color contains mainly: blue. Hex color #515060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515060 is #AEAF9F. Grayscale: #525252. Windows color (decimal): -11448224 or 6312017. OLE color: 6312017.

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

Color convert

RGB818096-
CMYK0.160.1700.62
HSL243.75º9.09%34.51%-
HSV(B)243.75º16.67%37.65%-
XYZ8.378.3312.23-
YUV82.12135.83127.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.52%
GREEN value IS 80 (31.64% from 255) = 31.13%
BLUE value IS 96 (37.89% from 255) = 37.35%
R=31.52%
G=31.13%
B=37.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8180960.160.1700.62243.759.0934.51
Hex515060101103Ef4923
Octal12112014020210763641143
Binary10100011010000110000010000100010111110111101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515060; }

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

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

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

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

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

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

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

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