Shades of Battleship Grey #51584E
Tints of Battleship Grey #51584E
RGB
CMYK
RGB Variations
Color information
#51584E (or 0x51584E) is known color: Battleship Grey. HEX triplet: 51, 58 and 4E. RGB value is (81,88,78). Sum of RGB (Red+Green+Blue) = 81+88+78=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 88 - color contains mainly: green. Hex color #51584E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51584E is #AEA7B1. Grayscale: #545454. Windows color (decimal): -11446194 or 5134417. OLE color: 5134417.
HSL color Cylindrical-coordinate representation of color #51584E: hue angle of 102º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #51584E is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 88 | 78 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.65 |
| HSL | 102º | 0.06% | 0.33% | - |
| HSV(B) | 102º | 0.11% | 0.35% | - |
| XYZ | 8.26 | 9.28 | 8.56 | - |
| YUV | 84.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 88 | 78 | 0.08 | 0 | 0.11 | 0.65 | 102 | 0.06 | 0.33 |
| Hex | 51 | 58 | 4E | 8 | 0 | B | 41 | 66 | 6 | 21 |
| Octal | 121 | 130 | 116 | 10 | 0 | 13 | 101 | 146 | 6 | 41 |
| Binary | 1010001 | 1011000 | 1001110 | 1000 | 0 | 1011 | 1000001 | 1100110 | 110 | 100001 |
Color Harmonies of #51584E
Complementary color
Monochromatic Colors of #51584E
Black with #51584E
Text Example
Text Example
White with #51584E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51584E; }
p { color: rgb(81,88,78); }
H1.HeaderClassName
{
color: #51584E;
}
.AnyTagClassName
{
color: #51584E;
}
</style>
background-color css
<style>
a { background-color: #51584E; }
a { background-color: rgb(81,88,78); }
div.DivClassName
{
background-color: #51584E;
}
.BgClassName
{
background-color: #51584E;
}
</style>
border-color css
<style>
span { border-color: #51584E; }
span { border-color: rgb(81,88,78); }
td.TdClassName
{
border-color: #51584E;
}
.TagClassName
{
border-color: #51584E;
}
</style>