Shades of Gun Powder #514F62
Tints of Gun Powder #514F62
RGB
CMYK
RGB Variations
Color information
#514F62 (or 0x514F62) is known color: Gun Powder. HEX triplet: 51, 4F and 62. RGB value is (81,79,98). Sum of RGB (Red+Green+Blue) = 81+79+98=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 98 (38.67% from 255 or 37.98% from 258); Max value from RGB is 98 - color contains mainly: blue. Hex color #514F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514F62 is #AEB09D. Grayscale: #515151. Windows color (decimal): -11448478 or 6442833. OLE color: 6442833.
HSL color Cylindrical-coordinate representation of color #514F62: hue angle of 246.32º degrees, saturation: 0.11, 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 #514F62 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 79 | 98 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.62 |
| HSL | 246.32º | 0.11% | 0.35% | - |
| HSV(B) | 246.32º | 0.19% | 0.38% | - |
| XYZ | 8.39 | 8.22 | 12.7 | - |
| YUV | 81.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 98 | 0.17 | 0.19 | 0 | 0.62 | 246.32 | 0.11 | 0.35 |
| Hex | 51 | 4F | 62 | 11 | 13 | 0 | 3E | F6 | B | 23 |
| Octal | 121 | 117 | 142 | 21 | 23 | 0 | 76 | 366 | 13 | 43 |
| Binary | 1010001 | 1001111 | 1100010 | 10001 | 10011 | 0 | 111110 | 11110110 | 1011 | 100011 |
Color Harmonies of #514F62
Complementary color
Monochromatic Colors of #514F62
Black with #514F62
Text Example
Text Example
White with #514F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514F62; }
p { color: rgb(81,79,98); }
H1.HeaderClassName
{
color: #514F62;
}
.AnyTagClassName
{
color: #514F62;
}
</style>
background-color css
<style>
a { background-color: #514F62; }
a { background-color: rgb(81,79,98); }
div.DivClassName
{
background-color: #514F62;
}
.BgClassName
{
background-color: #514F62;
}
</style>
border-color css
<style>
span { border-color: #514F62; }
span { border-color: rgb(81,79,98); }
td.TdClassName
{
border-color: #514F62;
}
.TagClassName
{
border-color: #514F62;
}
</style>