Shades of Battleship Grey #545C4F
Tints of Battleship Grey #545C4F
RGB
CMYK
RGB Variations
Color information
#545C4F (or 0x545C4F) is known color: Battleship Grey. HEX triplet: 54, 5C and 4F. RGB value is (84,92,79). Sum of RGB (Red+Green+Blue) = 84+92+79=255 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.94% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 92 - color contains mainly: green. Hex color #545C4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545C4F is #ABA3B0. Grayscale: #585858. Windows color (decimal): -11248561 or 5200980. OLE color: 5200980.
HSL color Cylindrical-coordinate representation of color #545C4F: hue angle of 96.92º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #545C4F is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 92 | 79 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.64 |
| HSL | 96.92º | 0.08% | 0.34% | - |
| HSV(B) | 96.92º | 0.14% | 0.36% | - |
| XYZ | 8.89 | 10.1 | 8.88 | - |
| YUV | 88.13 | 122.85 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 92 | 79 | 0.09 | 0 | 0.14 | 0.64 | 96.92 | 0.08 | 0.34 |
| Hex | 54 | 5C | 4F | 9 | 0 | E | 40 | 61 | 8 | 22 |
| Octal | 124 | 134 | 117 | 11 | 0 | 16 | 100 | 141 | 10 | 42 |
| Binary | 1010100 | 1011100 | 1001111 | 1001 | 0 | 1110 | 1000000 | 1100001 | 1000 | 100010 |
Color Harmonies of #545C4F
Complementary color
Monochromatic Colors of #545C4F
Black with #545C4F
Text Example
Text Example
White with #545C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545C4F; }
p { color: rgb(84,92,79); }
H1.HeaderClassName
{
color: #545C4F;
}
.AnyTagClassName
{
color: #545C4F;
}
</style>
background-color css
<style>
a { background-color: #545C4F; }
a { background-color: rgb(84,92,79); }
div.DivClassName
{
background-color: #545C4F;
}
.BgClassName
{
background-color: #545C4F;
}
</style>
border-color css
<style>
span { border-color: #545C4F; }
span { border-color: rgb(84,92,79); }
td.TdClassName
{
border-color: #545C4F;
}
.TagClassName
{
border-color: #545C4F;
}
</style>