#515163

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

Shades of Gun Powder #515163

Tints of Gun Powder #515163

Color information

#515163 (or 0x515163) is unknown color: approx Gun Powder. HEX triplet: 51, 51 and 63. RGB value is (81,81,99). Sum of RGB (Red+Green+Blue) = 81+81+99=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 99 - color contains mainly: blue. Hex color #515163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515163 is #AEAE9C. Grayscale: #525252. Windows color (decimal): -11447965 or 6508881. OLE color: 6508881.

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

Color convert

RGB818199-
CMYK0.180.1800.61
HSL240º10%35.29%-
HSV(B)240º18.18%38.82%-
XYZ8.598.5413-
YUV83.05137126.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.03%
GREEN value IS 81 (32.03% from 255) = 31.03%
BLUE value IS 99 (39.06% from 255) = 37.93%
R=31.03%
G=31.03%
B=37.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8181990.180.1800.612401035.29
Hex515163121203Df0a23
Octal12112114322220753601243
Binary10100011010001110001110010100100111101111100001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515163; }

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

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

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

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

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

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

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

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