Shades of Battleship Grey #545D52
Tints of Battleship Grey #545D52
RGB
CMYK
RGB Variations
Color information
#545D52 (or 0x545D52) is known color: Battleship Grey. HEX triplet: 54, 5D and 52. RGB value is (84,93,82). Sum of RGB (Red+Green+Blue) = 84+93+82=259 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.43% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 93 - color contains mainly: green. Hex color #545D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545D52 is #ABA2AD. Grayscale: #595959. Windows color (decimal): -11248302 or 5397844. OLE color: 5397844.
HSL color Cylindrical-coordinate representation of color #545D52: hue angle of 109.09º 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 #545D52 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 93 | 82 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.64 |
| HSL | 109.09º | 0.06% | 0.34% | - |
| HSV(B) | 109.09º | 0.12% | 0.36% | - |
| XYZ | 9.09 | 10.32 | 9.5 | - |
| YUV | 89.06 | 124.02 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 82 | 0.10 | 0 | 0.12 | 0.64 | 109.09 | 0.06 | 0.34 |
| Hex | 54 | 5D | 52 | A | 0 | C | 40 | 6D | 6 | 22 |
| Octal | 124 | 135 | 122 | 12 | 0 | 14 | 100 | 155 | 6 | 42 |
| Binary | 1010100 | 1011101 | 1010010 | 1010 | 0 | 1100 | 1000000 | 1101101 | 110 | 100010 |
Color Harmonies of #545D52
Complementary color
Monochromatic Colors of #545D52
Black with #545D52
Text Example
Text Example
White with #545D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545D52; }
p { color: rgb(84,93,82); }
H1.HeaderClassName
{
color: #545D52;
}
.AnyTagClassName
{
color: #545D52;
}
</style>
background-color css
<style>
a { background-color: #545D52; }
a { background-color: rgb(84,93,82); }
div.DivClassName
{
background-color: #545D52;
}
.BgClassName
{
background-color: #545D52;
}
</style>
border-color css
<style>
span { border-color: #545D52; }
span { border-color: rgb(84,93,82); }
td.TdClassName
{
border-color: #545D52;
}
.TagClassName
{
border-color: #545D52;
}
</style>