Shades of Gun Powder #55555A
Tints of Gun Powder #55555A
RGB
CMYK
RGB Variations
Color information
#55555A (or 0x55555A) is known color: Gun Powder. HEX triplet: 55, 55 and 5A. RGB value is (85,85,90). Sum of RGB (Red+Green+Blue) = 85+85+90=260 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.69% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 90 - color contains mainly: blue. Hex color #55555A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55555A is #AAAAA5. Grayscale: #555555. Windows color (decimal): -11184806 or 5920085. OLE color: 5920085.
HSL color Cylindrical-coordinate representation of color #55555A: hue angle of 240º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #55555A is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 85 | 90 | - |
| CMYK | 0.06 | 0.06 | 0 | 0.65 |
| HSL | 240º | 0.03% | 0.34% | - |
| HSV(B) | 240º | 0.06% | 0.35% | - |
| XYZ | 8.84 | 9.17 | 10.98 | - |
| YUV | 85.57 | 130.5 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 90 | 0.06 | 0.06 | 0 | 0.65 | 240 | 0.03 | 0.34 |
| Hex | 55 | 55 | 5A | 6 | 6 | 0 | 41 | F0 | 3 | 22 |
| Octal | 125 | 125 | 132 | 6 | 6 | 0 | 101 | 360 | 3 | 42 |
| Binary | 1010101 | 1010101 | 1011010 | 110 | 110 | 0 | 1000001 | 11110000 | 11 | 100010 |
Color Harmonies of #55555A
Complementary color
Monochromatic Colors of #55555A
Black with #55555A
Text Example
Text Example
White with #55555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55555A; }
p { color: rgb(85,85,90); }
H1.HeaderClassName
{
color: #55555A;
}
.AnyTagClassName
{
color: #55555A;
}
</style>
background-color css
<style>
a { background-color: #55555A; }
a { background-color: rgb(85,85,90); }
div.DivClassName
{
background-color: #55555A;
}
.BgClassName
{
background-color: #55555A;
}
</style>
border-color css
<style>
span { border-color: #55555A; }
span { border-color: rgb(85,85,90); }
td.TdClassName
{
border-color: #55555A;
}
.TagClassName
{
border-color: #55555A;
}
</style>