Shades of Battleship Grey #505B4E
Tints of Battleship Grey #505B4E
RGB
CMYK
RGB Variations
Color information
#505B4E (or 0x505B4E) is known color: Battleship Grey. HEX triplet: 50, 5B and 4E. RGB value is (80,91,78). Sum of RGB (Red+Green+Blue) = 80+91+78=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 91 - color contains mainly: green. Hex color #505B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505B4E is #AFA4B1. Grayscale: #565656. Windows color (decimal): -11510962 or 5135184. OLE color: 5135184.
HSL color Cylindrical-coordinate representation of color #505B4E: hue angle of 110.77º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #505B4E is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 91 | 78 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.64 |
| HSL | 110.77º | 0.08% | 0.33% | - |
| HSV(B) | 110.77º | 0.14% | 0.36% | - |
| XYZ | 8.42 | 9.74 | 8.64 | - |
| YUV | 86.23 | 123.36 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 91 | 78 | 0.12 | 0 | 0.14 | 0.64 | 110.77 | 0.08 | 0.33 |
| Hex | 50 | 5B | 4E | C | 0 | E | 40 | 6F | 8 | 21 |
| Octal | 120 | 133 | 116 | 14 | 0 | 16 | 100 | 157 | 10 | 41 |
| Binary | 1010000 | 1011011 | 1001110 | 1100 | 0 | 1110 | 1000000 | 1101111 | 1000 | 100001 |
Color Harmonies of #505B4E
Complementary color
Monochromatic Colors of #505B4E
Black with #505B4E
Text Example
Text Example
White with #505B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505B4E; }
p { color: rgb(80,91,78); }
H1.HeaderClassName
{
color: #505B4E;
}
.AnyTagClassName
{
color: #505B4E;
}
</style>
background-color css
<style>
a { background-color: #505B4E; }
a { background-color: rgb(80,91,78); }
div.DivClassName
{
background-color: #505B4E;
}
.BgClassName
{
background-color: #505B4E;
}
</style>
border-color css
<style>
span { border-color: #505B4E; }
span { border-color: rgb(80,91,78); }
td.TdClassName
{
border-color: #505B4E;
}
.TagClassName
{
border-color: #505B4E;
}
</style>