Shades of Battleship Grey #51594E
Tints of Battleship Grey #51594E
RGB
CMYK
RGB Variations
Color information
#51594E (or 0x51594E) is known color: Battleship Grey. HEX triplet: 51, 59 and 4E. RGB value is (81,89,78). Sum of RGB (Red+Green+Blue) = 81+89+78=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 89 - color contains mainly: green. Hex color #51594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51594E is #AEA6B1. Grayscale: #555555. Windows color (decimal): -11445938 or 5134673. OLE color: 5134673.
HSL color Cylindrical-coordinate representation of color #51594E: hue angle of 103.64º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #51594E is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 89 | 78 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.65 |
| HSL | 103.64º | 0.07% | 0.33% | - |
| HSV(B) | 103.64º | 0.12% | 0.35% | - |
| XYZ | 8.34 | 9.44 | 8.59 | - |
| YUV | 85.35 | 123.85 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 89 | 78 | 0.09 | 0 | 0.12 | 0.65 | 103.64 | 0.07 | 0.33 |
| Hex | 51 | 59 | 4E | 9 | 0 | C | 41 | 68 | 7 | 21 |
| Octal | 121 | 131 | 116 | 11 | 0 | 14 | 101 | 150 | 7 | 41 |
| Binary | 1010001 | 1011001 | 1001110 | 1001 | 0 | 1100 | 1000001 | 1101000 | 111 | 100001 |
Color Harmonies of #51594E
Complementary color
Monochromatic Colors of #51594E
Black with #51594E
Text Example
Text Example
White with #51594E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51594E; }
p { color: rgb(81,89,78); }
H1.HeaderClassName
{
color: #51594E;
}
.AnyTagClassName
{
color: #51594E;
}
</style>
background-color css
<style>
a { background-color: #51594E; }
a { background-color: rgb(81,89,78); }
div.DivClassName
{
background-color: #51594E;
}
.BgClassName
{
background-color: #51594E;
}
</style>
border-color css
<style>
span { border-color: #51594E; }
span { border-color: rgb(81,89,78); }
td.TdClassName
{
border-color: #51594E;
}
.TagClassName
{
border-color: #51594E;
}
</style>