Shades of Gun Powder #56565D
Tints of Gun Powder #56565D
RGB
CMYK
RGB Variations
Color information
#56565D (or 0x56565D) is known color: Gun Powder. HEX triplet: 56, 56 and 5D. RGB value is (86,86,93). Sum of RGB (Red+Green+Blue) = 86+86+93=265 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.45% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 93 - color contains mainly: blue. Hex color #56565D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56565D is #A9A9A2. Grayscale: #565656. Windows color (decimal): -11119011 or 6116950. OLE color: 6116950.
HSL color Cylindrical-coordinate representation of color #56565D: hue angle of 240º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #56565D is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 86 | 93 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.64 |
| HSL | 240º | 0.04% | 0.35% | - |
| HSV(B) | 240º | 0.08% | 0.36% | - |
| XYZ | 9.14 | 9.42 | 11.69 | - |
| YUV | 86.8 | 131.5 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 86 | 93 | 0.08 | 0.08 | 0 | 0.64 | 240 | 0.04 | 0.35 |
| Hex | 56 | 56 | 5D | 8 | 8 | 0 | 40 | F0 | 4 | 23 |
| Octal | 126 | 126 | 135 | 10 | 10 | 0 | 100 | 360 | 4 | 43 |
| Binary | 1010110 | 1010110 | 1011101 | 1000 | 1000 | 0 | 1000000 | 11110000 | 100 | 100011 |
Color Harmonies of #56565D
Complementary color
Monochromatic Colors of #56565D
Black with #56565D
Text Example
Text Example
White with #56565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56565D; }
p { color: rgb(86,86,93); }
H1.HeaderClassName
{
color: #56565D;
}
.AnyTagClassName
{
color: #56565D;
}
</style>
background-color css
<style>
a { background-color: #56565D; }
a { background-color: rgb(86,86,93); }
div.DivClassName
{
background-color: #56565D;
}
.BgClassName
{
background-color: #56565D;
}
</style>
border-color css
<style>
span { border-color: #56565D; }
span { border-color: rgb(86,86,93); }
td.TdClassName
{
border-color: #56565D;
}
.TagClassName
{
border-color: #56565D;
}
</style>