Shades of Battleship Grey #556051
Tints of Battleship Grey #556051
RGB
CMYK
RGB Variations
Color information
#556051 (or 0x556051) is known color: Battleship Grey. HEX triplet: 55, 60 and 51. RGB value is (85,96,81). Sum of RGB (Red+Green+Blue) = 85+96+81=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 96 - color contains mainly: green. Hex color #556051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556051 is #AA9FAE. Grayscale: #5B5B5B. Windows color (decimal): -11181999 or 5333077. OLE color: 5333077.
HSL color Cylindrical-coordinate representation of color #556051: hue angle of 104º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #556051 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 96 | 81 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.62 |
| HSL | 104º | 0.08% | 0.35% | - |
| HSV(B) | 104º | 0.16% | 0.38% | - |
| XYZ | 9.41 | 10.89 | 9.39 | - |
| YUV | 91 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 81 | 0.11 | 0 | 0.16 | 0.62 | 104 | 0.08 | 0.35 |
| Hex | 55 | 60 | 51 | B | 0 | 10 | 3E | 68 | 8 | 23 |
| Octal | 125 | 140 | 121 | 13 | 0 | 20 | 76 | 150 | 10 | 43 |
| Binary | 1010101 | 1100000 | 1010001 | 1011 | 0 | 10000 | 111110 | 1101000 | 1000 | 100011 |
Color Harmonies of #556051
Complementary color
Monochromatic Colors of #556051
Black with #556051
Text Example
Text Example
White with #556051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556051; }
p { color: rgb(85,96,81); }
H1.HeaderClassName
{
color: #556051;
}
.AnyTagClassName
{
color: #556051;
}
</style>
background-color css
<style>
a { background-color: #556051; }
a { background-color: rgb(85,96,81); }
div.DivClassName
{
background-color: #556051;
}
.BgClassName
{
background-color: #556051;
}
</style>
border-color css
<style>
span { border-color: #556051; }
span { border-color: rgb(85,96,81); }
td.TdClassName
{
border-color: #556051;
}
.TagClassName
{
border-color: #556051;
}
</style>