Shades of Battleship Grey #555C51
Tints of Battleship Grey #555C51
RGB
CMYK
RGB Variations
Color information
#555C51 (or 0x555C51) is known color: Battleship Grey. HEX triplet: 55, 5C and 51. RGB value is (85,92,81). Sum of RGB (Red+Green+Blue) = 85+92+81=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 81 (32.03% from 255 or 31.40% from 258); Max value from RGB is 92 - color contains mainly: green. Hex color #555C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555C51 is #AAA3AE. Grayscale: #585858. Windows color (decimal): -11183023 or 5332053. OLE color: 5332053.
HSL color Cylindrical-coordinate representation of color #555C51: hue angle of 98.18º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #555C51 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 92 | 81 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.64 |
| HSL | 98.18º | 0.06% | 0.34% | - |
| HSV(B) | 98.18º | 0.12% | 0.36% | - |
| XYZ | 9.06 | 10.18 | 9.27 | - |
| YUV | 88.65 | 123.68 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 81 | 0.08 | 0 | 0.12 | 0.64 | 98.18 | 0.06 | 0.34 |
| Hex | 55 | 5C | 51 | 8 | 0 | C | 40 | 62 | 6 | 22 |
| Octal | 125 | 134 | 121 | 10 | 0 | 14 | 100 | 142 | 6 | 42 |
| Binary | 1010101 | 1011100 | 1010001 | 1000 | 0 | 1100 | 1000000 | 1100010 | 110 | 100010 |
Color Harmonies of #555C51
Complementary color
Monochromatic Colors of #555C51
Black with #555C51
Text Example
Text Example
White with #555C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555C51; }
p { color: rgb(85,92,81); }
H1.HeaderClassName
{
color: #555C51;
}
.AnyTagClassName
{
color: #555C51;
}
</style>
background-color css
<style>
a { background-color: #555C51; }
a { background-color: rgb(85,92,81); }
div.DivClassName
{
background-color: #555C51;
}
.BgClassName
{
background-color: #555C51;
}
</style>
border-color css
<style>
span { border-color: #555C51; }
span { border-color: rgb(85,92,81); }
td.TdClassName
{
border-color: #555C51;
}
.TagClassName
{
border-color: #555C51;
}
</style>