Shades of Gun Powder #555556
Tints of Gun Powder #555556
RGB
CMYK
RGB Variations
Color information
#555556 (or 0x555556) is known color: Gun Powder. HEX triplet: 55, 55 and 56. RGB value is (85,85,86). Sum of RGB (Red+Green+Blue) = 85+85+86=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 86 - color contains mainly: blue. Hex color #555556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555556 is #AAAAA9. Grayscale: #555555. Windows color (decimal): -11184810 or 5657941. OLE color: 5657941.
HSL color Cylindrical-coordinate representation of color #555556: hue angle of 240º degrees, saturation: 0.01, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #555556 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 85 | 86 | - |
| CMYK | 0.01 | 0.01 | 0 | 0.66 |
| HSL | 240º | 0.01% | 0.34% | - |
| HSV(B) | 240º | 0.01% | 0.34% | - |
| XYZ | 8.67 | 9.1 | 10.1 | - |
| YUV | 85.11 | 128.5 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 86 | 0.01 | 0.01 | 0 | 0.66 | 240 | 0.01 | 0.34 |
| Hex | 55 | 55 | 56 | 1 | 1 | 0 | 42 | F0 | 1 | 22 |
| Octal | 125 | 125 | 126 | 1 | 1 | 0 | 102 | 360 | 1 | 42 |
| Binary | 1010101 | 1010101 | 1010110 | 1 | 1 | 0 | 1000010 | 11110000 | 1 | 100010 |
Color Harmonies of #555556
Complementary color
Monochromatic Colors of #555556
Black with #555556
Text Example
Text Example
White with #555556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555556; }
p { color: rgb(85,85,86); }
H1.HeaderClassName
{
color: #555556;
}
.AnyTagClassName
{
color: #555556;
}
</style>
background-color css
<style>
a { background-color: #555556; }
a { background-color: rgb(85,85,86); }
div.DivClassName
{
background-color: #555556;
}
.BgClassName
{
background-color: #555556;
}
</style>
border-color css
<style>
span { border-color: #555556; }
span { border-color: rgb(85,85,86); }
td.TdClassName
{
border-color: #555556;
}
.TagClassName
{
border-color: #555556;
}
</style>