Shades of Gun Powder #514F5B
Tints of Gun Powder #514F5B
RGB
CMYK
RGB Variations
Color information
#514F5B (or 0x514F5B) is known color: Gun Powder. HEX triplet: 51, 4F and 5B. RGB value is (81,79,91). Sum of RGB (Red+Green+Blue) = 81+79+91=251 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.27% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 91 - color contains mainly: blue. Hex color #514F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514F5B is #AEB0A4. Grayscale: #505050. Windows color (decimal): -11448485 or 5984081. OLE color: 5984081.
HSL color Cylindrical-coordinate representation of color #514F5B: hue angle of 250º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #514F5B is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 79 | 91 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.64 |
| HSL | 250º | 0.07% | 0.33% | - |
| HSV(B) | 250º | 0.13% | 0.36% | - |
| XYZ | 8.08 | 8.1 | 11.03 | - |
| YUV | 80.97 | 133.66 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 91 | 0.11 | 0.13 | 0 | 0.64 | 250 | 0.07 | 0.33 |
| Hex | 51 | 4F | 5B | B | D | 0 | 40 | FA | 7 | 21 |
| Octal | 121 | 117 | 133 | 13 | 15 | 0 | 100 | 372 | 7 | 41 |
| Binary | 1010001 | 1001111 | 1011011 | 1011 | 1101 | 0 | 1000000 | 11111010 | 111 | 100001 |
Color Harmonies of #514F5B
Complementary color
Monochromatic Colors of #514F5B
Black with #514F5B
Text Example
Text Example
White with #514F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514F5B; }
p { color: rgb(81,79,91); }
H1.HeaderClassName
{
color: #514F5B;
}
.AnyTagClassName
{
color: #514F5B;
}
</style>
background-color css
<style>
a { background-color: #514F5B; }
a { background-color: rgb(81,79,91); }
div.DivClassName
{
background-color: #514F5B;
}
.BgClassName
{
background-color: #514F5B;
}
</style>
border-color css
<style>
span { border-color: #514F5B; }
span { border-color: rgb(81,79,91); }
td.TdClassName
{
border-color: #514F5B;
}
.TagClassName
{
border-color: #514F5B;
}
</style>