#525060

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

Shades of Gun Powder #525060

Tints of Gun Powder #525060

Color information

#525060 (or 0x525060) is unknown color: approx Gun Powder. HEX triplet: 52, 50 and 60. RGB value is (82,80,96). Sum of RGB (Red+Green+Blue) = 82+80+96=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 96 - color contains mainly: blue. Hex color #525060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525060 is #ADAF9F. Grayscale: #525252. Windows color (decimal): -11382688 or 6312018. OLE color: 6312018.

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

Color convert

RGB828096-
CMYK0.150.1700.62
HSL247.5º9.09%34.51%-
HSV(B)247.5º16.67%37.65%-
XYZ8.468.3812.24-
YUV82.42135.66127.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.78%
GREEN value IS 80 (31.64% from 255) = 31.01%
BLUE value IS 96 (37.89% from 255) = 37.21%
R=31.78%
G=31.01%
B=37.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8280960.150.1700.62247.59.0934.51
Hex525060F1103Ef8923
Octal12212014017210763701143
Binary1010010101000011000001111100010111110111110001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525060; }

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

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

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

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

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

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

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

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