#52525A

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

Shades of Gun Powder #52525A

Tints of Gun Powder #52525A

Color information

#52525A (or 0x52525A) is unknown color: approx Gun Powder. HEX triplet: 52, 52 and 5A. RGB value is (82,82,90). Sum of RGB (Red+Green+Blue) = 82+82+90=254 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.28% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 90 - color contains mainly: blue. Hex color #52525A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52525A is #ADADA5. Grayscale: #525252. Windows color (decimal): -11382182 or 5919314. OLE color: 5919314.

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

Color convert

RGB828290-
CMYK0.090.0900.65
HSL240º4.65%33.73%-
HSV(B)240º8.89%35.29%-
XYZ8.348.5710.89-
YUV82.91132127.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.28%
GREEN value IS 82 (32.42% from 255) = 32.28%
BLUE value IS 90 (35.55% from 255) = 35.43%
R=32.28%
G=32.28%
B=35.43%

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
Decimal8282900.090.0900.652404.6533.73
Hex52525A99041f0522
Octal12212213211110101360542
Binary101001010100101011010100110010100000111110000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52525A; }

 p { color: rgb(82,82,90); }

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

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

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

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

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

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

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