Shades of Battleship Grey #505E4D
Tints of Battleship Grey #505E4D
RGB
CMYK
RGB Variations
Color information
#505E4D (or 0x505E4D) is known color: Battleship Grey. HEX triplet: 50, 5E and 4D. RGB value is (80,94,77). Sum of RGB (Red+Green+Blue) = 80+94+77=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 94 (37.11% from 255 or 37.45% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 94 - color contains mainly: green. Hex color #505E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505E4D is #AFA1B2. Grayscale: #575757. Windows color (decimal): -11510195 or 5070416. OLE color: 5070416.
HSL color Cylindrical-coordinate representation of color #505E4D: hue angle of 109.41º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #505E4D is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 80 | 94 | 77 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.63 |
| HSL | 109.41º | 0.1% | 0.34% | - |
| HSV(B) | 109.41º | 0.18% | 0.37% | - |
| XYZ | 8.65 | 10.25 | 8.54 | - |
| YUV | 87.88 | 121.86 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 94 | 77 | 0.15 | 0 | 0.18 | 0.63 | 109.41 | 0.1 | 0.34 |
| Hex | 50 | 5E | 4D | F | 0 | 12 | 3F | 6D | A | 22 |
| Octal | 120 | 136 | 115 | 17 | 0 | 22 | 77 | 155 | 12 | 42 |
| Binary | 1010000 | 1011110 | 1001101 | 1111 | 0 | 10010 | 111111 | 1101101 | 1010 | 100010 |
Color Harmonies of #505E4D
Complementary color
Monochromatic Colors of #505E4D
Black with #505E4D
Text Example
Text Example
White with #505E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505E4D; }
p { color: rgb(80,94,77); }
H1.HeaderClassName
{
color: #505E4D;
}
.AnyTagClassName
{
color: #505E4D;
}
</style>
background-color css
<style>
a { background-color: #505E4D; }
a { background-color: rgb(80,94,77); }
div.DivClassName
{
background-color: #505E4D;
}
.BgClassName
{
background-color: #505E4D;
}
</style>
border-color css
<style>
span { border-color: #505E4D; }
span { border-color: rgb(80,94,77); }
td.TdClassName
{
border-color: #505E4D;
}
.TagClassName
{
border-color: #505E4D;
}
</style>