Shades of Gun Powder #55545D
Tints of Gun Powder #55545D
RGB
CMYK
RGB Variations
Color information
#55545D (or 0x55545D) is known color: Gun Powder. HEX triplet: 55, 54 and 5D. RGB value is (85,84,93). Sum of RGB (Red+Green+Blue) = 85+84+93=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 93 - color contains mainly: blue. Hex color #55545D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55545D is #AAABA2. Grayscale: #555555. Windows color (decimal): -11185059 or 6116437. OLE color: 6116437.
HSL color Cylindrical-coordinate representation of color #55545D: hue angle of 246.67º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #55545D is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 84 | 93 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.64 |
| HSL | 246.67º | 0.05% | 0.35% | - |
| HSV(B) | 246.67º | 0.1% | 0.36% | - |
| XYZ | 8.89 | 9.06 | 11.64 | - |
| YUV | 85.33 | 132.33 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 93 | 0.09 | 0.10 | 0 | 0.64 | 246.67 | 0.05 | 0.35 |
| Hex | 55 | 54 | 5D | 9 | A | 0 | 40 | F7 | 5 | 23 |
| Octal | 125 | 124 | 135 | 11 | 12 | 0 | 100 | 367 | 5 | 43 |
| Binary | 1010101 | 1010100 | 1011101 | 1001 | 1010 | 0 | 1000000 | 11110111 | 101 | 100011 |
Color Harmonies of #55545D
Complementary color
Monochromatic Colors of #55545D
Black with #55545D
Text Example
Text Example
White with #55545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55545D; }
p { color: rgb(85,84,93); }
H1.HeaderClassName
{
color: #55545D;
}
.AnyTagClassName
{
color: #55545D;
}
</style>
background-color css
<style>
a { background-color: #55545D; }
a { background-color: rgb(85,84,93); }
div.DivClassName
{
background-color: #55545D;
}
.BgClassName
{
background-color: #55545D;
}
</style>
border-color css
<style>
span { border-color: #55545D; }
span { border-color: rgb(85,84,93); }
td.TdClassName
{
border-color: #55545D;
}
.TagClassName
{
border-color: #55545D;
}
</style>