#52515A

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

Shades of Gun Powder #52515A

Tints of Gun Powder #52515A

Color information

#52515A (or 0x52515A) is unknown color: approx Gun Powder. HEX triplet: 52, 51 and 5A. RGB value is (82,81,90). Sum of RGB (Red+Green+Blue) = 82+81+90=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 90 - color contains mainly: blue. Hex color #52515A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52515A is #ADAEA5. Grayscale: #525252. Windows color (decimal): -11382438 or 5919058. OLE color: 5919058.

HSL color Cylindrical-coordinate representation of color #52515A: hue angle of 246.67º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #52515A is Cyan = 0.09, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB828190-
CMYK0.090.100.65
HSL246.67º5.26%33.53%-
HSV(B)246.67º10%35.29%-
XYZ8.278.4210.86-
YUV82.32132.33127.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.41%
GREEN value IS 81 (32.03% from 255) = 32.02%
BLUE value IS 90 (35.55% from 255) = 35.57%
R=32.41%
G=32.02%
B=35.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8281900.090.100.65246.675.2633.53
Hex52515A9A041f7522
Octal12212113211120101367542
Binary101001010100011011010100110100100000111110111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52515A; }

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

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

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

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

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

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

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

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