#525260

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

Shades of Gun Powder #525260

Tints of Gun Powder #525260

Color information

#525260 (or 0x525260) is unknown color: approx Gun Powder. HEX triplet: 52, 52 and 60. RGB value is (82,82,96). Sum of RGB (Red+Green+Blue) = 82+82+96=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 96 - color contains mainly: blue. Hex color #525260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525260 is #ADAD9F. Grayscale: #535353. Windows color (decimal): -11382176 or 6312530. OLE color: 6312530.

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

Color convert

RGB828296-
CMYK0.150.1500.62
HSL240º7.87%34.9%-
HSV(B)240º14.58%37.65%-
XYZ8.618.6712.29-
YUV83.6135126.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.54%
GREEN value IS 82 (32.42% from 255) = 31.54%
BLUE value IS 96 (37.89% from 255) = 36.92%
R=31.54%
G=31.54%
B=36.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8282960.150.1500.622407.8734.9
Hex525260FF03Ef0823
Octal12212214017170763601043
Binary101001010100101100000111111110111110111100001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525260; }

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

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

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

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

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

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

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

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