Shades of Battleship Grey #545C51
Tints of Battleship Grey #545C51
RGB
CMYK
RGB Variations
Color information
#545C51 (or 0x545C51) is known color: Battleship Grey. HEX triplet: 54, 5C and 51. RGB value is (84,92,81). Sum of RGB (Red+Green+Blue) = 84+92+81=257 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.68% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 81 (32.03% from 255 or 31.52% from 257); Max value from RGB is 92 - color contains mainly: green. Hex color #545C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545C51 is #ABA3AE. Grayscale: #585858. Windows color (decimal): -11248559 or 5332052. OLE color: 5332052.
HSL color Cylindrical-coordinate representation of color #545C51: hue angle of 103.64º 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 #545C51 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 92 | 81 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.64 |
| HSL | 103.64º | 0.06% | 0.34% | - |
| HSV(B) | 103.64º | 0.12% | 0.36% | - |
| XYZ | 8.97 | 10.13 | 9.27 | - |
| YUV | 88.35 | 123.85 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 92 | 81 | 0.09 | 0 | 0.12 | 0.64 | 103.64 | 0.06 | 0.34 |
| Hex | 54 | 5C | 51 | 9 | 0 | C | 40 | 68 | 6 | 22 |
| Octal | 124 | 134 | 121 | 11 | 0 | 14 | 100 | 150 | 6 | 42 |
| Binary | 1010100 | 1011100 | 1010001 | 1001 | 0 | 1100 | 1000000 | 1101000 | 110 | 100010 |
Color Harmonies of #545C51
Complementary color
Monochromatic Colors of #545C51
Black with #545C51
Text Example
Text Example
White with #545C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545C51; }
p { color: rgb(84,92,81); }
H1.HeaderClassName
{
color: #545C51;
}
.AnyTagClassName
{
color: #545C51;
}
</style>
background-color css
<style>
a { background-color: #545C51; }
a { background-color: rgb(84,92,81); }
div.DivClassName
{
background-color: #545C51;
}
.BgClassName
{
background-color: #545C51;
}
</style>
border-color css
<style>
span { border-color: #545C51; }
span { border-color: rgb(84,92,81); }
td.TdClassName
{
border-color: #545C51;
}
.TagClassName
{
border-color: #545C51;
}
</style>