Shades of Battleship Grey #555C54
Tints of Battleship Grey #555C54
RGB
CMYK
RGB Variations
Color information
#555C54 (or 0x555C54) is known color: Battleship Grey. HEX triplet: 55, 5C and 54. RGB value is (85,92,84). Sum of RGB (Red+Green+Blue) = 85+92+84=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 92 - color contains mainly: green. Hex color #555C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555C54 is #AAA3AB. Grayscale: #595959. Windows color (decimal): -11183020 or 5528661. OLE color: 5528661.
HSL color Cylindrical-coordinate representation of color #555C54: hue angle of 112.5º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #555C54 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 92 | 84 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.64 |
| HSL | 112.5º | 0.05% | 0.35% | - |
| HSV(B) | 112.5º | 0.09% | 0.36% | - |
| XYZ | 9.17 | 10.23 | 9.88 | - |
| YUV | 89 | 125.18 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 84 | 0.08 | 0 | 0.09 | 0.64 | 112.5 | 0.05 | 0.35 |
| Hex | 55 | 5C | 54 | 8 | 0 | 9 | 40 | 70 | 5 | 23 |
| Octal | 125 | 134 | 124 | 10 | 0 | 11 | 100 | 160 | 5 | 43 |
| Binary | 1010101 | 1011100 | 1010100 | 1000 | 0 | 1001 | 1000000 | 1110000 | 101 | 100011 |
Color Harmonies of #555C54
Complementary color
Monochromatic Colors of #555C54
Black with #555C54
Text Example
Text Example
White with #555C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555C54; }
p { color: rgb(85,92,84); }
H1.HeaderClassName
{
color: #555C54;
}
.AnyTagClassName
{
color: #555C54;
}
</style>
background-color css
<style>
a { background-color: #555C54; }
a { background-color: rgb(85,92,84); }
div.DivClassName
{
background-color: #555C54;
}
.BgClassName
{
background-color: #555C54;
}
</style>
border-color css
<style>
span { border-color: #555C54; }
span { border-color: rgb(85,92,84); }
td.TdClassName
{
border-color: #555C54;
}
.TagClassName
{
border-color: #555C54;
}
</style>