Shades of Battleship Grey #545952
Tints of Battleship Grey #545952
RGB
CMYK
RGB Variations
Color information
#545952 (or 0x545952) is known color: Battleship Grey. HEX triplet: 54, 59 and 52. RGB value is (84,89,82). Sum of RGB (Red+Green+Blue) = 84+89+82=255 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.94% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 82 (32.42% from 255 or 32.16% from 255); Max value from RGB is 89 - color contains mainly: green. Hex color #545952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545952 is #ABA6AD. Grayscale: #565656. Windows color (decimal): -11249326 or 5396820. OLE color: 5396820.
HSL color Cylindrical-coordinate representation of color #545952: hue angle of 102.86º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #545952 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 89 | 82 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.65 |
| HSL | 102.86º | 0.04% | 0.34% | - |
| HSV(B) | 102.86º | 0.08% | 0.35% | - |
| XYZ | 8.75 | 9.64 | 9.38 | - |
| YUV | 86.71 | 125.34 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 89 | 82 | 0.06 | 0 | 0.08 | 0.65 | 102.86 | 0.04 | 0.34 |
| Hex | 54 | 59 | 52 | 6 | 0 | 8 | 41 | 67 | 4 | 22 |
| Octal | 124 | 131 | 122 | 6 | 0 | 10 | 101 | 147 | 4 | 42 |
| Binary | 1010100 | 1011001 | 1010010 | 110 | 0 | 1000 | 1000001 | 1100111 | 100 | 100010 |
Color Harmonies of #545952
Complementary color
Monochromatic Colors of #545952
Black with #545952
Text Example
Text Example
White with #545952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545952; }
p { color: rgb(84,89,82); }
H1.HeaderClassName
{
color: #545952;
}
.AnyTagClassName
{
color: #545952;
}
</style>
background-color css
<style>
a { background-color: #545952; }
a { background-color: rgb(84,89,82); }
div.DivClassName
{
background-color: #545952;
}
.BgClassName
{
background-color: #545952;
}
</style>
border-color css
<style>
span { border-color: #545952; }
span { border-color: rgb(84,89,82); }
td.TdClassName
{
border-color: #545952;
}
.TagClassName
{
border-color: #545952;
}
</style>