Shades of Gun Powder #55555B
Tints of Gun Powder #55555B
RGB
CMYK
RGB Variations
Color information
#55555B (or 0x55555B) is known color: Gun Powder. HEX triplet: 55, 55 and 5B. RGB value is (85,85,91). Sum of RGB (Red+Green+Blue) = 85+85+91=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 91 - color contains mainly: blue. Hex color #55555B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55555B is #AAAAA4. Grayscale: #555555. Windows color (decimal): -11184805 or 5985621. OLE color: 5985621.
HSL color Cylindrical-coordinate representation of color #55555B: hue angle of 240º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #55555B is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 85 | 91 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.64 |
| HSL | 240º | 0.03% | 0.35% | - |
| HSV(B) | 240º | 0.07% | 0.36% | - |
| XYZ | 8.88 | 9.18 | 11.2 | - |
| YUV | 85.68 | 131 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 91 | 0.07 | 0.07 | 0 | 0.64 | 240 | 0.03 | 0.35 |
| Hex | 55 | 55 | 5B | 7 | 7 | 0 | 40 | F0 | 3 | 23 |
| Octal | 125 | 125 | 133 | 7 | 7 | 0 | 100 | 360 | 3 | 43 |
| Binary | 1010101 | 1010101 | 1011011 | 111 | 111 | 0 | 1000000 | 11110000 | 11 | 100011 |
Color Harmonies of #55555B
Complementary color
Monochromatic Colors of #55555B
Black with #55555B
Text Example
Text Example
White with #55555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55555B; }
p { color: rgb(85,85,91); }
H1.HeaderClassName
{
color: #55555B;
}
.AnyTagClassName
{
color: #55555B;
}
</style>
background-color css
<style>
a { background-color: #55555B; }
a { background-color: rgb(85,85,91); }
div.DivClassName
{
background-color: #55555B;
}
.BgClassName
{
background-color: #55555B;
}
</style>
border-color css
<style>
span { border-color: #55555B; }
span { border-color: rgb(85,85,91); }
td.TdClassName
{
border-color: #55555B;
}
.TagClassName
{
border-color: #55555B;
}
</style>