#525163

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

Shades of Gun Powder #525163

Tints of Gun Powder #525163

Color information

#525163 (or 0x525163) is unknown color: approx Gun Powder. HEX triplet: 52, 51 and 63. RGB value is (82,81,99). Sum of RGB (Red+Green+Blue) = 82+81+99=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 99 - color contains mainly: blue. Hex color #525163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525163 is #ADAE9C. Grayscale: #535353. Windows color (decimal): -11382429 or 6508882. OLE color: 6508882.

HSL color Cylindrical-coordinate representation of color #525163: hue angle of 243.33º 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 #525163 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB828199-
CMYK0.170.1800.61
HSL243.33º10%35.29%-
HSV(B)243.33º18.18%38.82%-
XYZ8.678.5813-
YUV83.35136.83127.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.30%
GREEN value IS 81 (32.03% from 255) = 30.92%
BLUE value IS 99 (39.06% from 255) = 37.79%
R=31.30%
G=30.92%
B=37.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8281990.170.1800.61243.331035.29
Hex525163111203Df3a23
Octal12212114321220753631243
Binary10100101010001110001110001100100111101111100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525163; }

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

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

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

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

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

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

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

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