#525159

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

Shades of Gun Powder #525159

Tints of Gun Powder #525159

Color information

#525159 (or 0x525159) is unknown color: approx Gun Powder. HEX triplet: 52, 51 and 59. RGB value is (82,81,89). Sum of RGB (Red+Green+Blue) = 82+81+89=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 89 - color contains mainly: blue. Hex color #525159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525159 is #ADAEA6. Grayscale: #525252. Windows color (decimal): -11382439 or 5853522. OLE color: 5853522.

HSL color Cylindrical-coordinate representation of color #525159: hue angle of 247.5º 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 #525159 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB828189-
CMYK0.080.0900.65
HSL247.5º4.71%33.33%-
HSV(B)247.5º8.99%34.9%-
XYZ8.238.410.64-
YUV82.21131.83127.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.54%
GREEN value IS 81 (32.03% from 255) = 32.14%
BLUE value IS 89 (35.16% from 255) = 35.32%
R=32.54%
G=32.14%
B=35.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8281890.080.0900.65247.54.7133.33
Hex52515989041f8521
Octal12212113110110101370541
Binary101001010100011011001100010010100000111111000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525159; }

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

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

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

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

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

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

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

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