#525253

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

Shades of Gun Powder #525253

Tints of Gun Powder #525253

Color information

#525253 (or 0x525253) is unknown color: approx Gun Powder. HEX triplet: 52, 52 and 53. RGB value is (82,82,83). Sum of RGB (Red+Green+Blue) = 82+82+83=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 83 - color contains mainly: blue. Hex color #525253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525253 is #ADADAC. Grayscale: #525252. Windows color (decimal): -11382189 or 5460562. OLE color: 5460562.

HSL color Cylindrical-coordinate representation of color #525253: hue angle of 240º degrees, saturation: 0.01, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #525253 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB828283-
CMYK0.010.0100.67
HSL240º0.61%32.35%-
HSV(B)240º1.2%32.55%-
XYZ8.068.459.39-
YUV82.11128.5127.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.20%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 83 (32.81% from 255) = 33.60%
R=33.20%
G=33.20%
B=33.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8282830.010.0100.672400.6132.35
Hex52525311043f0120
Octal122122123110103360140
Binary1010010101001010100111101000011111100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525253; }

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

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

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

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

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

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

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

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