Shades of Battleship Grey #515F4E
Tints of Battleship Grey #515F4E
RGB
CMYK
RGB Variations
Color information
#515F4E (or 0x515F4E) is known color: Battleship Grey. HEX triplet: 51, 5F and 4E. RGB value is (81,95,78). Sum of RGB (Red+Green+Blue) = 81+95+78=254 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.89% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 95 - color contains mainly: green. Hex color #515F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515F4E is #AEA0B1. Grayscale: #585858. Windows color (decimal): -11444402 or 5136209. OLE color: 5136209.
HSL color Cylindrical-coordinate representation of color #515F4E: 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 #515F4E is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 81 | 95 | 78 | - |
| 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.86 | 10.48 | 8.76 | - |
| YUV | 88.88 | 121.86 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 95 | 78 | 0.15 | 0 | 0.18 | 0.63 | 109.41 | 0.1 | 0.34 |
| Hex | 51 | 5F | 4E | F | 0 | 12 | 3F | 6D | A | 22 |
| Octal | 121 | 137 | 116 | 17 | 0 | 22 | 77 | 155 | 12 | 42 |
| Binary | 1010001 | 1011111 | 1001110 | 1111 | 0 | 10010 | 111111 | 1101101 | 1010 | 100010 |
Color Harmonies of #515F4E
Complementary color
Monochromatic Colors of #515F4E
Black with #515F4E
Text Example
Text Example
White with #515F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515F4E; }
p { color: rgb(81,95,78); }
H1.HeaderClassName
{
color: #515F4E;
}
.AnyTagClassName
{
color: #515F4E;
}
</style>
background-color css
<style>
a { background-color: #515F4E; }
a { background-color: rgb(81,95,78); }
div.DivClassName
{
background-color: #515F4E;
}
.BgClassName
{
background-color: #515F4E;
}
</style>
border-color css
<style>
span { border-color: #515F4E; }
span { border-color: rgb(81,95,78); }
td.TdClassName
{
border-color: #515F4E;
}
.TagClassName
{
border-color: #515F4E;
}
</style>