Shades of Gun Powder #515153
Tints of Gun Powder #515153
RGB
CMYK
RGB Variations
Color information
#515153 (or 0x515153) is known color: Gun Powder. HEX triplet: 51, 51 and 53. RGB value is (81,81,83). Sum of RGB (Red+Green+Blue) = 81+81+83=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 83 - color contains mainly: blue. Hex color #515153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515153 is #AEAEAC. Grayscale: #515151. Windows color (decimal): -11447981 or 5460305. OLE color: 5460305.
HSL color Cylindrical-coordinate representation of color #515153: hue angle of 240º degrees, saturation: 0.01, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #515153 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 81 | 83 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.67 |
| HSL | 240º | 0.01% | 0.32% | - |
| HSV(B) | 240º | 0.02% | 0.33% | - |
| XYZ | 7.9 | 8.26 | 9.36 | - |
| YUV | 81.23 | 129 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 81 | 83 | 0.02 | 0.02 | 0 | 0.67 | 240 | 0.01 | 0.32 |
| Hex | 51 | 51 | 53 | 2 | 2 | 0 | 43 | F0 | 1 | 20 |
| Octal | 121 | 121 | 123 | 2 | 2 | 0 | 103 | 360 | 1 | 40 |
| Binary | 1010001 | 1010001 | 1010011 | 10 | 10 | 0 | 1000011 | 11110000 | 1 | 100000 |
Color Harmonies of #515153
Complementary color
Monochromatic Colors of #515153
Black with #515153
Text Example
Text Example
White with #515153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515153; }
p { color: rgb(81,81,83); }
H1.HeaderClassName
{
color: #515153;
}
.AnyTagClassName
{
color: #515153;
}
</style>
background-color css
<style>
a { background-color: #515153; }
a { background-color: rgb(81,81,83); }
div.DivClassName
{
background-color: #515153;
}
.BgClassName
{
background-color: #515153;
}
</style>
border-color css
<style>
span { border-color: #515153; }
span { border-color: rgb(81,81,83); }
td.TdClassName
{
border-color: #515153;
}
.TagClassName
{
border-color: #515153;
}
</style>