#514F61

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

Shades of Gun Powder #514F61

Tints of Gun Powder #514F61

Color information

#514F61 (or 0x514F61) is unknown color: approx Gun Powder. HEX triplet: 51, 4F and 61. RGB value is (81,79,97). Sum of RGB (Red+Green+Blue) = 81+79+97=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 97 - color contains mainly: blue. Hex color #514F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514F61 is #AEB09E. Grayscale: #515151. Windows color (decimal): -11448479 or 6377297. OLE color: 6377297.

HSL color Cylindrical-coordinate representation of color #514F61: hue angle of 246.67º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #514F61 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB817997-
CMYK0.160.1900.62
HSL246.67º10.23%34.51%-
HSV(B)246.67º18.56%38.04%-
XYZ8.358.212.45-
YUV81.65136.66127.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.52%
GREEN value IS 79 (31.25% from 255) = 30.74%
BLUE value IS 97 (38.28% from 255) = 37.74%
R=31.52%
G=30.74%
B=37.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8179970.160.1900.62246.6710.2334.51
Hex514F61101303Ef7a23
Octal12111714120230763671243
Binary10100011001111110000110000100110111110111101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514F61; }

 p { color: rgb(81,79,97); }

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

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

 a { background-color: rgb(81,79,97); }

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

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

 span { border-color: rgb(81,79,97); }

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