#525063

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

Shades of Gun Powder #525063

Tints of Gun Powder #525063

Color information

#525063 (or 0x525063) is unknown color: approx Gun Powder. HEX triplet: 52, 50 and 63. RGB value is (82,80,99). Sum of RGB (Red+Green+Blue) = 82+80+99=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 99 - color contains mainly: blue. Hex color #525063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525063 is #ADAF9C. Grayscale: #525252. Windows color (decimal): -11382685 or 6508626. OLE color: 6508626.

HSL color Cylindrical-coordinate representation of color #525063: hue angle of 246.32º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #525063 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB828099-
CMYK0.170.1900.61
HSL246.32º10.61%35.1%-
HSV(B)246.32º19.19%38.82%-
XYZ8.68.4312.98-
YUV82.76137.16127.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.42%
GREEN value IS 80 (31.64% from 255) = 30.65%
BLUE value IS 99 (39.06% from 255) = 37.93%
R=31.42%
G=30.65%
B=37.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8280990.170.1900.61246.3210.6135.1
Hex525063111303Df6b23
Octal12212014321230753661343
Binary10100101010000110001110001100110111101111101101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525063; }

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

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

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

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

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

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

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

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