Shades of Battleship Grey #555F51
Tints of Battleship Grey #555F51
RGB
CMYK
RGB Variations
Color information
#555F51 (or 0x555F51) is known color: Battleship Grey. HEX triplet: 55, 5F and 51. RGB value is (85,95,81). Sum of RGB (Red+Green+Blue) = 85+95+81=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 95 - color contains mainly: green. Hex color #555F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555F51 is #AAA0AE. Grayscale: #5A5A5A. Windows color (decimal): -11182255 or 5332821. OLE color: 5332821.
HSL color Cylindrical-coordinate representation of color #555F51: hue angle of 102.86º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #555F51 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 95 | 81 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.63 |
| HSL | 102.86º | 0.08% | 0.35% | - |
| HSV(B) | 102.86º | 0.15% | 0.37% | - |
| XYZ | 9.32 | 10.71 | 9.36 | - |
| YUV | 90.41 | 122.69 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 81 | 0.11 | 0 | 0.15 | 0.63 | 102.86 | 0.08 | 0.35 |
| Hex | 55 | 5F | 51 | B | 0 | F | 3F | 67 | 8 | 23 |
| Octal | 125 | 137 | 121 | 13 | 0 | 17 | 77 | 147 | 10 | 43 |
| Binary | 1010101 | 1011111 | 1010001 | 1011 | 0 | 1111 | 111111 | 1100111 | 1000 | 100011 |
Color Harmonies of #555F51
Complementary color
Monochromatic Colors of #555F51
Black with #555F51
Text Example
Text Example
White with #555F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555F51; }
p { color: rgb(85,95,81); }
H1.HeaderClassName
{
color: #555F51;
}
.AnyTagClassName
{
color: #555F51;
}
</style>
background-color css
<style>
a { background-color: #555F51; }
a { background-color: rgb(85,95,81); }
div.DivClassName
{
background-color: #555F51;
}
.BgClassName
{
background-color: #555F51;
}
</style>
border-color css
<style>
span { border-color: #555F51; }
span { border-color: rgb(85,95,81); }
td.TdClassName
{
border-color: #555F51;
}
.TagClassName
{
border-color: #555F51;
}
</style>