#515261

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

Shades of Gun Powder #515261

Tints of Gun Powder #515261

Color information

#515261 (or 0x515261) is unknown color: approx Gun Powder. HEX triplet: 51, 52 and 61. RGB value is (81,82,97). Sum of RGB (Red+Green+Blue) = 81+82+97=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 97 - color contains mainly: blue. Hex color #515261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515261 is #AEAD9E. Grayscale: #535353. Windows color (decimal): -11447711 or 6378065. OLE color: 6378065.

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

Color convert

RGB818297-
CMYK0.160.1500.62
HSL236.25º8.99%34.9%-
HSV(B)236.25º16.49%38.04%-
XYZ8.578.6512.53-
YUV83.41135.67126.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.15%
GREEN value IS 82 (32.42% from 255) = 31.54%
BLUE value IS 97 (38.28% from 255) = 37.31%
R=31.15%
G=31.54%
B=37.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8182970.160.1500.62236.258.9934.9
Hex51526110F03Eec923
Octal12112214120170763541143
Binary1010001101001011000011000011110111110111011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515261; }

 p { color: rgb(81,82,97); }

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

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

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

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

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

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

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