Shades of Battleship Grey #546151
Tints of Battleship Grey #546151
RGB
CMYK
RGB Variations
Color information
#546151 (or 0x546151) is known color: Battleship Grey. HEX triplet: 54, 61 and 51. RGB value is (84,97,81). Sum of RGB (Red+Green+Blue) = 84+97+81=262 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.06% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 97 - color contains mainly: green. Hex color #546151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546151 is #AB9EAE. Grayscale: #5B5B5B. Windows color (decimal): -11247279 or 5333332. OLE color: 5333332.
HSL color Cylindrical-coordinate representation of color #546151: hue angle of 108.75º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #546151 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 97 | 81 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.62 |
| HSL | 108.75º | 0.09% | 0.35% | - |
| HSV(B) | 108.75º | 0.16% | 0.38% | - |
| XYZ | 9.42 | 11.03 | 9.42 | - |
| YUV | 91.29 | 122.19 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 97 | 81 | 0.13 | 0 | 0.16 | 0.62 | 108.75 | 0.09 | 0.35 |
| Hex | 54 | 61 | 51 | D | 0 | 10 | 3E | 6D | 9 | 23 |
| Octal | 124 | 141 | 121 | 15 | 0 | 20 | 76 | 155 | 11 | 43 |
| Binary | 1010100 | 1100001 | 1010001 | 1101 | 0 | 10000 | 111110 | 1101101 | 1001 | 100011 |
Color Harmonies of #546151
Complementary color
Monochromatic Colors of #546151
Black with #546151
Text Example
Text Example
White with #546151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546151; }
p { color: rgb(84,97,81); }
H1.HeaderClassName
{
color: #546151;
}
.AnyTagClassName
{
color: #546151;
}
</style>
background-color css
<style>
a { background-color: #546151; }
a { background-color: rgb(84,97,81); }
div.DivClassName
{
background-color: #546151;
}
.BgClassName
{
background-color: #546151;
}
</style>
border-color css
<style>
span { border-color: #546151; }
span { border-color: rgb(84,97,81); }
td.TdClassName
{
border-color: #546151;
}
.TagClassName
{
border-color: #546151;
}
</style>