Shades of Battleship Grey #545B51
Tints of Battleship Grey #545B51
RGB
CMYK
RGB Variations
Color information
#545B51 (or 0x545B51) is known color: Battleship Grey. HEX triplet: 54, 5B and 51. RGB value is (84,91,81). Sum of RGB (Red+Green+Blue) = 84+91+81=256 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.81% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 91 - color contains mainly: green. Hex color #545B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545B51 is #ABA4AE. Grayscale: #575757. Windows color (decimal): -11248815 or 5331796. OLE color: 5331796.
HSL color Cylindrical-coordinate representation of color #545B51: hue angle of 102º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #545B51 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 91 | 81 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.64 |
| HSL | 102º | 0.06% | 0.34% | - |
| HSV(B) | 102º | 0.11% | 0.36% | - |
| XYZ | 8.88 | 9.96 | 9.24 | - |
| YUV | 87.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 91 | 81 | 0.08 | 0 | 0.11 | 0.64 | 102 | 0.06 | 0.34 |
| Hex | 54 | 5B | 51 | 8 | 0 | B | 40 | 66 | 6 | 22 |
| Octal | 124 | 133 | 121 | 10 | 0 | 13 | 100 | 146 | 6 | 42 |
| Binary | 1010100 | 1011011 | 1010001 | 1000 | 0 | 1011 | 1000000 | 1100110 | 110 | 100010 |
Color Harmonies of #545B51
Complementary color
Monochromatic Colors of #545B51
Black with #545B51
Text Example
Text Example
White with #545B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545B51; }
p { color: rgb(84,91,81); }
H1.HeaderClassName
{
color: #545B51;
}
.AnyTagClassName
{
color: #545B51;
}
</style>
background-color css
<style>
a { background-color: #545B51; }
a { background-color: rgb(84,91,81); }
div.DivClassName
{
background-color: #545B51;
}
.BgClassName
{
background-color: #545B51;
}
</style>
border-color css
<style>
span { border-color: #545B51; }
span { border-color: rgb(84,91,81); }
td.TdClassName
{
border-color: #545B51;
}
.TagClassName
{
border-color: #545B51;
}
</style>