Shades of Gun Powder #51505A
Tints of Gun Powder #51505A
RGB
CMYK
RGB Variations
Color information
#51505A (or 0x51505A) is known color: Gun Powder. HEX triplet: 51, 50 and 5A. RGB value is (81,80,90). Sum of RGB (Red+Green+Blue) = 81+80+90=251 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.27% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 90 - color contains mainly: blue. Hex color #51505A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51505A is #AEAFA5. Grayscale: #515151. Windows color (decimal): -11448230 or 5918801. OLE color: 5918801.
HSL color Cylindrical-coordinate representation of color #51505A: hue angle of 246º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #51505A is Cyan = 0.1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 80 | 90 | - |
| CMYK | 0.1 | 0.11 | 0 | 0.65 |
| HSL | 246º | 0.06% | 0.33% | - |
| HSV(B) | 246º | 0.11% | 0.35% | - |
| XYZ | 8.11 | 8.22 | 10.83 | - |
| YUV | 81.44 | 132.83 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 80 | 90 | 0.1 | 0.11 | 0 | 0.65 | 246 | 0.06 | 0.33 |
| Hex | 51 | 50 | 5A | A | B | 0 | 41 | F6 | 6 | 21 |
| Octal | 121 | 120 | 132 | 12 | 13 | 0 | 101 | 366 | 6 | 41 |
| Binary | 1010001 | 1010000 | 1011010 | 1010 | 1011 | 0 | 1000001 | 11110110 | 110 | 100001 |
Color Harmonies of #51505A
Complementary color
Monochromatic Colors of #51505A
Black with #51505A
Text Example
Text Example
White with #51505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51505A; }
p { color: rgb(81,80,90); }
H1.HeaderClassName
{
color: #51505A;
}
.AnyTagClassName
{
color: #51505A;
}
</style>
background-color css
<style>
a { background-color: #51505A; }
a { background-color: rgb(81,80,90); }
div.DivClassName
{
background-color: #51505A;
}
.BgClassName
{
background-color: #51505A;
}
</style>
border-color css
<style>
span { border-color: #51505A; }
span { border-color: rgb(81,80,90); }
td.TdClassName
{
border-color: #51505A;
}
.TagClassName
{
border-color: #51505A;
}
</style>