Shades of Battleship Grey #545C52
Tints of Battleship Grey #545C52
RGB
CMYK
RGB Variations
Color information
#545C52 (or 0x545C52) is known color: Battleship Grey. HEX triplet: 54, 5C and 52. RGB value is (84,92,82). Sum of RGB (Red+Green+Blue) = 84+92+82=258 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.56% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 92 - color contains mainly: green. Hex color #545C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545C52 is #ABA3AD. Grayscale: #585858. Windows color (decimal): -11248558 or 5397588. OLE color: 5397588.
HSL color Cylindrical-coordinate representation of color #545C52: hue angle of 108º 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 #545C52 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 92 | 82 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.64 |
| HSL | 108º | 0.06% | 0.34% | - |
| HSV(B) | 108º | 0.11% | 0.36% | - |
| XYZ | 9.01 | 10.15 | 9.47 | - |
| YUV | 88.47 | 124.35 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 92 | 82 | 0.09 | 0 | 0.11 | 0.64 | 108 | 0.06 | 0.34 |
| Hex | 54 | 5C | 52 | 9 | 0 | B | 40 | 6C | 6 | 22 |
| Octal | 124 | 134 | 122 | 11 | 0 | 13 | 100 | 154 | 6 | 42 |
| Binary | 1010100 | 1011100 | 1010010 | 1001 | 0 | 1011 | 1000000 | 1101100 | 110 | 100010 |
Color Harmonies of #545C52
Complementary color
Monochromatic Colors of #545C52
Black with #545C52
Text Example
Text Example
White with #545C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545C52; }
p { color: rgb(84,92,82); }
H1.HeaderClassName
{
color: #545C52;
}
.AnyTagClassName
{
color: #545C52;
}
</style>
background-color css
<style>
a { background-color: #545C52; }
a { background-color: rgb(84,92,82); }
div.DivClassName
{
background-color: #545C52;
}
.BgClassName
{
background-color: #545C52;
}
</style>
border-color css
<style>
span { border-color: #545C52; }
span { border-color: rgb(84,92,82); }
td.TdClassName
{
border-color: #545C52;
}
.TagClassName
{
border-color: #545C52;
}
</style>