#51525F

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

Shades of Gun Powder #51525F

Tints of Gun Powder #51525F

Color information

#51525F (or 0x51525F) is unknown color: approx Gun Powder. HEX triplet: 51, 52 and 5F. RGB value is (81,82,95). Sum of RGB (Red+Green+Blue) = 81+82+95=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 95 - color contains mainly: blue. Hex color #51525F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51525F is #AEADA0. Grayscale: #535353. Windows color (decimal): -11447713 or 6246993. OLE color: 6246993.

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

Color convert

RGB818295-
CMYK0.150.1400.63
HSL235.71º7.95%34.51%-
HSV(B)235.71º14.74%37.25%-
XYZ8.488.6112.04-
YUV83.18134.67126.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.40%
GREEN value IS 82 (32.42% from 255) = 31.78%
BLUE value IS 95 (37.5% from 255) = 36.82%
R=31.40%
G=31.78%
B=36.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8182950.150.1400.63235.717.9534.51
Hex51525FFE03Fec823
Octal12112213717160773541043
Binary101000110100101011111111111100111111111011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51525F; }

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

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

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

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

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

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

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

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