Shades of Battleship Grey #555853
Tints of Battleship Grey #555853
RGB
CMYK
RGB Variations
Color information
#555853 (or 0x555853) is known color: Battleship Grey. HEX triplet: 55, 58 and 53. RGB value is (85,88,83). Sum of RGB (Red+Green+Blue) = 85+88+83=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 88 - color contains mainly: green. Hex color #555853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555853 is #AAA7AC. Grayscale: #565656. Windows color (decimal): -11184045 or 5462101. OLE color: 5462101.
HSL color Cylindrical-coordinate representation of color #555853: hue angle of 96º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #555853 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 88 | 83 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.65 |
| HSL | 96º | 0.03% | 0.34% | - |
| HSV(B) | 96º | 0.06% | 0.35% | - |
| XYZ | 8.8 | 9.54 | 9.56 | - |
| YUV | 86.53 | 126.01 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 83 | 0.03 | 0 | 0.06 | 0.65 | 96 | 0.03 | 0.34 |
| Hex | 55 | 58 | 53 | 3 | 0 | 6 | 41 | 60 | 3 | 22 |
| Octal | 125 | 130 | 123 | 3 | 0 | 6 | 101 | 140 | 3 | 42 |
| Binary | 1010101 | 1011000 | 1010011 | 11 | 0 | 110 | 1000001 | 1100000 | 11 | 100010 |
Color Harmonies of #555853
Complementary color
Monochromatic Colors of #555853
Black with #555853
Text Example
Text Example
White with #555853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555853; }
p { color: rgb(85,88,83); }
H1.HeaderClassName
{
color: #555853;
}
.AnyTagClassName
{
color: #555853;
}
</style>
background-color css
<style>
a { background-color: #555853; }
a { background-color: rgb(85,88,83); }
div.DivClassName
{
background-color: #555853;
}
.BgClassName
{
background-color: #555853;
}
</style>
border-color css
<style>
span { border-color: #555853; }
span { border-color: rgb(85,88,83); }
td.TdClassName
{
border-color: #555853;
}
.TagClassName
{
border-color: #555853;
}
</style>