Shades of Battleship Grey #51594F
Tints of Battleship Grey #51594F
RGB
CMYK
RGB Variations
Color information
#51594F (or 0x51594F) is known color: Battleship Grey. HEX triplet: 51, 59 and 4F. RGB value is (81,89,79). Sum of RGB (Red+Green+Blue) = 81+89+79=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 89 - color contains mainly: green. Hex color #51594F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51594F is #AEA6B0. Grayscale: #555555. Windows color (decimal): -11445937 or 5200209. OLE color: 5200209.
HSL color Cylindrical-coordinate representation of color #51594F: hue angle of 108º 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 #51594F is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 89 | 79 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.65 |
| HSL | 108º | 0.06% | 0.33% | - |
| HSV(B) | 108º | 0.11% | 0.35% | - |
| XYZ | 8.38 | 9.46 | 8.78 | - |
| YUV | 85.47 | 124.35 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 89 | 79 | 0.09 | 0 | 0.11 | 0.65 | 108 | 0.06 | 0.33 |
| Hex | 51 | 59 | 4F | 9 | 0 | B | 41 | 6C | 6 | 21 |
| Octal | 121 | 131 | 117 | 11 | 0 | 13 | 101 | 154 | 6 | 41 |
| Binary | 1010001 | 1011001 | 1001111 | 1001 | 0 | 1011 | 1000001 | 1101100 | 110 | 100001 |
Color Harmonies of #51594F
Complementary color
Monochromatic Colors of #51594F
Black with #51594F
Text Example
Text Example
White with #51594F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51594F; }
p { color: rgb(81,89,79); }
H1.HeaderClassName
{
color: #51594F;
}
.AnyTagClassName
{
color: #51594F;
}
</style>
background-color css
<style>
a { background-color: #51594F; }
a { background-color: rgb(81,89,79); }
div.DivClassName
{
background-color: #51594F;
}
.BgClassName
{
background-color: #51594F;
}
</style>
border-color css
<style>
span { border-color: #51594F; }
span { border-color: rgb(81,89,79); }
td.TdClassName
{
border-color: #51594F;
}
.TagClassName
{
border-color: #51594F;
}
</style>