Shades of Gun Powder #535355
Tints of Gun Powder #535355
RGB
CMYK
RGB Variations
Color information
#535355 (or 0x535355) is known color: Gun Powder. HEX triplet: 53, 53 and 55. RGB value is (83,83,85). Sum of RGB (Red+Green+Blue) = 83+83+85=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 85 - color contains mainly: blue. Hex color #535355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535355 is #ACACAA. Grayscale: #535353. Windows color (decimal): -11316395 or 5591891. OLE color: 5591891.
HSL color Cylindrical-coordinate representation of color #535355: hue angle of 240º degrees, saturation: 0.01, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #535355 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 83 | 85 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.67 |
| HSL | 240º | 0.01% | 0.33% | - |
| HSV(B) | 240º | 0.02% | 0.33% | - |
| XYZ | 8.3 | 8.68 | 9.83 | - |
| YUV | 83.23 | 129 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 83 | 85 | 0.02 | 0.02 | 0 | 0.67 | 240 | 0.01 | 0.33 |
| Hex | 53 | 53 | 55 | 2 | 2 | 0 | 43 | F0 | 1 | 21 |
| Octal | 123 | 123 | 125 | 2 | 2 | 0 | 103 | 360 | 1 | 41 |
| Binary | 1010011 | 1010011 | 1010101 | 10 | 10 | 0 | 1000011 | 11110000 | 1 | 100001 |
Color Harmonies of #535355
Complementary color
Monochromatic Colors of #535355
Black with #535355
Text Example
Text Example
White with #535355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535355; }
p { color: rgb(83,83,85); }
H1.HeaderClassName
{
color: #535355;
}
.AnyTagClassName
{
color: #535355;
}
</style>
background-color css
<style>
a { background-color: #535355; }
a { background-color: rgb(83,83,85); }
div.DivClassName
{
background-color: #535355;
}
.BgClassName
{
background-color: #535355;
}
</style>
border-color css
<style>
span { border-color: #535355; }
span { border-color: rgb(83,83,85); }
td.TdClassName
{
border-color: #535355;
}
.TagClassName
{
border-color: #535355;
}
</style>