#525165

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

Shades of Gun Powder #525165

Tints of Gun Powder #525165

Color information

#525165 (or 0x525165) is unknown color: approx Gun Powder. HEX triplet: 52, 51 and 65. RGB value is (82,81,101). Sum of RGB (Red+Green+Blue) = 82+81+101=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 101 - color contains mainly: blue. Hex color #525165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525165 is #ADAE9A. Grayscale: #535353. Windows color (decimal): -11382427 or 6639954. OLE color: 6639954.

HSL color Cylindrical-coordinate representation of color #525165: hue angle of 243º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #525165 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8281101-
CMYK0.190.2000.60
HSL243º10.99%35.69%-
HSV(B)243º19.8%39.61%-
XYZ8.778.6213.51-
YUV83.58137.83126.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.06%
GREEN value IS 81 (32.03% from 255) = 30.68%
BLUE value IS 101 (39.84% from 255) = 38.26%
R=31.06%
G=30.68%
B=38.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82811010.190.2000.6024310.9935.69
Hex525165131403Cf3b24
Octal12212114523240743631344
Binary10100101010001110010110011101000111100111100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525165; }

 p { color: rgb(82,81,101); }

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

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

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

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

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

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

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