Shades of Gun Powder #51505C
Tints of Gun Powder #51505C
RGB
CMYK
RGB Variations
Color information
#51505C (or 0x51505C) is known color: Gun Powder. HEX triplet: 51, 50 and 5C. RGB value is (81,80,92). Sum of RGB (Red+Green+Blue) = 81+80+92=253 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.02% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 92 - color contains mainly: blue. Hex color #51505C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51505C is #AEAFA3. Grayscale: #515151. Windows color (decimal): -11448228 or 6049873. OLE color: 6049873.
HSL color Cylindrical-coordinate representation of color #51505C: hue angle of 245º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #51505C is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 80 | 92 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.64 |
| HSL | 245º | 0.07% | 0.34% | - |
| HSV(B) | 245º | 0.13% | 0.36% | - |
| XYZ | 8.19 | 8.26 | 11.29 | - |
| YUV | 81.67 | 133.83 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 80 | 92 | 0.12 | 0.13 | 0 | 0.64 | 245 | 0.07 | 0.34 |
| Hex | 51 | 50 | 5C | C | D | 0 | 40 | F5 | 7 | 22 |
| Octal | 121 | 120 | 134 | 14 | 15 | 0 | 100 | 365 | 7 | 42 |
| Binary | 1010001 | 1010000 | 1011100 | 1100 | 1101 | 0 | 1000000 | 11110101 | 111 | 100010 |
Color Harmonies of #51505C
Complementary color
Monochromatic Colors of #51505C
Black with #51505C
Text Example
Text Example
White with #51505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51505C; }
p { color: rgb(81,80,92); }
H1.HeaderClassName
{
color: #51505C;
}
.AnyTagClassName
{
color: #51505C;
}
</style>
background-color css
<style>
a { background-color: #51505C; }
a { background-color: rgb(81,80,92); }
div.DivClassName
{
background-color: #51505C;
}
.BgClassName
{
background-color: #51505C;
}
</style>
border-color css
<style>
span { border-color: #51505C; }
span { border-color: rgb(81,80,92); }
td.TdClassName
{
border-color: #51505C;
}
.TagClassName
{
border-color: #51505C;
}
</style>