#515059

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

Shades of Gun Powder #515059

Tints of Gun Powder #515059

Color information

#515059 (or 0x515059) is unknown color: approx Gun Powder. HEX triplet: 51, 50 and 59. RGB value is (81,80,89). Sum of RGB (Red+Green+Blue) = 81+80+89=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 89 - color contains mainly: blue. Hex color #515059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515059 is #AEAFA6. Grayscale: #515151. Windows color (decimal): -11448231 or 5853265. OLE color: 5853265.

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

Color convert

RGB818089-
CMYK0.090.1000.65
HSL246.67º5.33%33.14%-
HSV(B)246.67º10.11%34.9%-
XYZ8.078.2110.61-
YUV81.32132.33127.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.4%
GREEN value IS 80 (31.64% from 255) = 32%
BLUE value IS 89 (35.16% from 255) = 35.6%
R=32.4%
G=32%
B=35.6%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8180890.090.1000.65246.675.3333.14
Hex5150599A041f7521
Octal12112013111120101367541
Binary101000110100001011001100110100100000111110111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515059; }

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

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

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

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

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

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

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

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