Shades of Battleship Grey #545A51
Tints of Battleship Grey #545A51
RGB
CMYK
RGB Variations
Color information
#545A51 (or 0x545A51) is known color: Battleship Grey. HEX triplet: 54, 5A and 51. RGB value is (84,90,81). Sum of RGB (Red+Green+Blue) = 84+90+81=255 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.94% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 81 (32.03% from 255 or 31.76% from 255); Max value from RGB is 90 - color contains mainly: green. Hex color #545A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545A51 is #ABA5AE. Grayscale: #575757. Windows color (decimal): -11249071 or 5331540. OLE color: 5331540.
HSL color Cylindrical-coordinate representation of color #545A51: hue angle of 100º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #545A51 is Cyan = 0.07, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 90 | 81 | - |
| CMYK | 0.07 | 0 | 0.1 | 0.65 |
| HSL | 100º | 0.05% | 0.34% | - |
| HSV(B) | 100º | 0.1% | 0.35% | - |
| XYZ | 8.8 | 9.79 | 9.21 | - |
| YUV | 87.18 | 124.51 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 81 | 0.07 | 0 | 0.1 | 0.65 | 100 | 0.05 | 0.34 |
| Hex | 54 | 5A | 51 | 7 | 0 | A | 41 | 64 | 5 | 22 |
| Octal | 124 | 132 | 121 | 7 | 0 | 12 | 101 | 144 | 5 | 42 |
| Binary | 1010100 | 1011010 | 1010001 | 111 | 0 | 1010 | 1000001 | 1100100 | 101 | 100010 |
Color Harmonies of #545A51
Complementary color
Monochromatic Colors of #545A51
Black with #545A51
Text Example
Text Example
White with #545A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A51; }
p { color: rgb(84,90,81); }
H1.HeaderClassName
{
color: #545A51;
}
.AnyTagClassName
{
color: #545A51;
}
</style>
background-color css
<style>
a { background-color: #545A51; }
a { background-color: rgb(84,90,81); }
div.DivClassName
{
background-color: #545A51;
}
.BgClassName
{
background-color: #545A51;
}
</style>
border-color css
<style>
span { border-color: #545A51; }
span { border-color: rgb(84,90,81); }
td.TdClassName
{
border-color: #545A51;
}
.TagClassName
{
border-color: #545A51;
}
</style>