Shades of Battleship Grey #555B51
Tints of Battleship Grey #555B51
RGB
CMYK
RGB Variations
Color information
#555B51 (or 0x555B51) is known color: Battleship Grey. HEX triplet: 55, 5B and 51. RGB value is (85,91,81). Sum of RGB (Red+Green+Blue) = 85+91+81=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 81 (32.03% from 255 or 31.52% from 257); Max value from RGB is 91 - color contains mainly: green. Hex color #555B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555B51 is #AAA4AE. Grayscale: #585858. Windows color (decimal): -11183279 or 5331797. OLE color: 5331797.
HSL color Cylindrical-coordinate representation of color #555B51: hue angle of 96º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #555B51 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 91 | 81 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.64 |
| HSL | 96º | 0.06% | 0.34% | - |
| HSV(B) | 96º | 0.11% | 0.36% | - |
| XYZ | 8.97 | 10.01 | 9.24 | - |
| YUV | 88.07 | 124.01 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 81 | 0.07 | 0 | 0.11 | 0.64 | 96 | 0.06 | 0.34 |
| Hex | 55 | 5B | 51 | 7 | 0 | B | 40 | 60 | 6 | 22 |
| Octal | 125 | 133 | 121 | 7 | 0 | 13 | 100 | 140 | 6 | 42 |
| Binary | 1010101 | 1011011 | 1010001 | 111 | 0 | 1011 | 1000000 | 1100000 | 110 | 100010 |
Color Harmonies of #555B51
Complementary color
Monochromatic Colors of #555B51
Black with #555B51
Text Example
Text Example
White with #555B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555B51; }
p { color: rgb(85,91,81); }
H1.HeaderClassName
{
color: #555B51;
}
.AnyTagClassName
{
color: #555B51;
}
</style>
background-color css
<style>
a { background-color: #555B51; }
a { background-color: rgb(85,91,81); }
div.DivClassName
{
background-color: #555B51;
}
.BgClassName
{
background-color: #555B51;
}
</style>
border-color css
<style>
span { border-color: #555B51; }
span { border-color: rgb(85,91,81); }
td.TdClassName
{
border-color: #555B51;
}
.TagClassName
{
border-color: #555B51;
}
</style>