Shades of Battleship Grey #50544F
Tints of Battleship Grey #50544F
RGB
CMYK
RGB Variations
Color information
#50544F (or 0x50544F) is known color: Battleship Grey. HEX triplet: 50, 54 and 4F. RGB value is (80,84,79). Sum of RGB (Red+Green+Blue) = 80+84+79=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 84 - color contains mainly: green. Hex color #50544F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50544F is #AFABB0. Grayscale: #525252. Windows color (decimal): -11512753 or 5198928. OLE color: 5198928.
HSL color Cylindrical-coordinate representation of color #50544F: hue angle of 108º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #50544F is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 84 | 79 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.67 |
| HSL | 108º | 0.03% | 0.32% | - |
| HSV(B) | 108º | 0.06% | 0.33% | - |
| XYZ | 7.89 | 8.61 | 8.64 | - |
| YUV | 82.23 | 126.17 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 84 | 79 | 0.05 | 0 | 0.06 | 0.67 | 108 | 0.03 | 0.32 |
| Hex | 50 | 54 | 4F | 5 | 0 | 6 | 43 | 6C | 3 | 20 |
| Octal | 120 | 124 | 117 | 5 | 0 | 6 | 103 | 154 | 3 | 40 |
| Binary | 1010000 | 1010100 | 1001111 | 101 | 0 | 110 | 1000011 | 1101100 | 11 | 100000 |
Color Harmonies of #50544F
Complementary color
Monochromatic Colors of #50544F
Black with #50544F
Text Example
Text Example
White with #50544F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50544F; }
p { color: rgb(80,84,79); }
H1.HeaderClassName
{
color: #50544F;
}
.AnyTagClassName
{
color: #50544F;
}
</style>
background-color css
<style>
a { background-color: #50544F; }
a { background-color: rgb(80,84,79); }
div.DivClassName
{
background-color: #50544F;
}
.BgClassName
{
background-color: #50544F;
}
</style>
border-color css
<style>
span { border-color: #50544F; }
span { border-color: rgb(80,84,79); }
td.TdClassName
{
border-color: #50544F;
}
.TagClassName
{
border-color: #50544F;
}
</style>