#515159

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

Shades of Gun Powder #515159

Tints of Gun Powder #515159

Color information

#515159 (or 0x515159) is unknown color: approx Gun Powder. HEX triplet: 51, 51 and 59. RGB value is (81,81,89). Sum of RGB (Red+Green+Blue) = 81+81+89=251 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.27% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 89 (35.16% from 255 or 35.46% from 251); Max value from RGB is 89 - color contains mainly: blue. Hex color #515159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515159 is #AEAEA6. Grayscale: #515151. Windows color (decimal): -11447975 or 5853521. OLE color: 5853521.

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

Color convert

RGB818189-
CMYK0.090.0900.65
HSL240º4.71%33.33%-
HSV(B)240º8.99%34.9%-
XYZ8.148.3610.63-
YUV81.91132127.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.27%
GREEN value IS 81 (32.03% from 255) = 32.27%
BLUE value IS 89 (35.16% from 255) = 35.46%
R=32.27%
G=32.27%
B=35.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8181890.090.0900.652404.7133.33
Hex51515999041f0521
Octal12112113111110101360541
Binary101000110100011011001100110010100000111110000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515159; }

 p { color: rgb(81,81,89); }

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

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

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

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

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

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

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