Shades of Battleship Grey #545E50
Tints of Battleship Grey #545E50
RGB
CMYK
RGB Variations
Color information
#545E50 (or 0x545E50) is known color: Battleship Grey. HEX triplet: 54, 5E and 50. RGB value is (84,94,80). Sum of RGB (Red+Green+Blue) = 84+94+80=258 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.56% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 94 - color contains mainly: green. Hex color #545E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545E50 is #ABA1AF. Grayscale: #595959. Windows color (decimal): -11248048 or 5267028. OLE color: 5267028.
HSL color Cylindrical-coordinate representation of color #545E50: hue angle of 102.86º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #545E50 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 84 | 94 | 80 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.63 |
| HSL | 102.86º | 0.08% | 0.34% | - |
| HSV(B) | 102.86º | 0.15% | 0.37% | - |
| XYZ | 9.11 | 10.47 | 9.13 | - |
| YUV | 89.41 | 122.69 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 94 | 80 | 0.11 | 0 | 0.15 | 0.63 | 102.86 | 0.08 | 0.34 |
| Hex | 54 | 5E | 50 | B | 0 | F | 3F | 67 | 8 | 22 |
| Octal | 124 | 136 | 120 | 13 | 0 | 17 | 77 | 147 | 10 | 42 |
| Binary | 1010100 | 1011110 | 1010000 | 1011 | 0 | 1111 | 111111 | 1100111 | 1000 | 100010 |
Color Harmonies of #545E50
Complementary color
Monochromatic Colors of #545E50
Black with #545E50
Text Example
Text Example
White with #545E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545E50; }
p { color: rgb(84,94,80); }
H1.HeaderClassName
{
color: #545E50;
}
.AnyTagClassName
{
color: #545E50;
}
</style>
background-color css
<style>
a { background-color: #545E50; }
a { background-color: rgb(84,94,80); }
div.DivClassName
{
background-color: #545E50;
}
.BgClassName
{
background-color: #545E50;
}
</style>
border-color css
<style>
span { border-color: #545E50; }
span { border-color: rgb(84,94,80); }
td.TdClassName
{
border-color: #545E50;
}
.TagClassName
{
border-color: #545E50;
}
</style>