Shades of Gun Powder #514E65
Tints of Gun Powder #514E65
RGB
CMYK
RGB Variations
Color information
#514E65 (or 0x514E65) is known color: Gun Powder. HEX triplet: 51, 4E and 65. RGB value is (81,78,101). Sum of RGB (Red+Green+Blue) = 81+78+101=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 101 - color contains mainly: blue. Hex color #514E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514E65 is #AEB19A. Grayscale: #515151. Windows color (decimal): -11448731 or 6639185. OLE color: 6639185.
HSL color Cylindrical-coordinate representation of color #514E65: hue angle of 247.83º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #514E65 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 81 | 78 | 101 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.60 |
| HSL | 247.83º | 0.13% | 0.35% | - |
| HSV(B) | 247.83º | 0.23% | 0.4% | - |
| XYZ | 8.47 | 8.14 | 13.44 | - |
| YUV | 81.52 | 138.99 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 101 | 0.20 | 0.23 | 0 | 0.60 | 247.83 | 0.13 | 0.35 |
| Hex | 51 | 4E | 65 | 14 | 17 | 0 | 3C | F8 | D | 23 |
| Octal | 121 | 116 | 145 | 24 | 27 | 0 | 74 | 370 | 15 | 43 |
| Binary | 1010001 | 1001110 | 1100101 | 10100 | 10111 | 0 | 111100 | 11111000 | 1101 | 100011 |
Color Harmonies of #514E65
Complementary color
Monochromatic Colors of #514E65
Black with #514E65
Text Example
Text Example
White with #514E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E65; }
p { color: rgb(81,78,101); }
H1.HeaderClassName
{
color: #514E65;
}
.AnyTagClassName
{
color: #514E65;
}
</style>
background-color css
<style>
a { background-color: #514E65; }
a { background-color: rgb(81,78,101); }
div.DivClassName
{
background-color: #514E65;
}
.BgClassName
{
background-color: #514E65;
}
</style>
border-color css
<style>
span { border-color: #514E65; }
span { border-color: rgb(81,78,101); }
td.TdClassName
{
border-color: #514E65;
}
.TagClassName
{
border-color: #514E65;
}
</style>