Shades of Battleship Grey #51584F
Tints of Battleship Grey #51584F
RGB
CMYK
RGB Variations
Color information
#51584F (or 0x51584F) is known color: Battleship Grey. HEX triplet: 51, 58 and 4F. RGB value is (81,88,79). Sum of RGB (Red+Green+Blue) = 81+88+79=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 88 - color contains mainly: green. Hex color #51584F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51584F is #AEA7B0. Grayscale: #545454. Windows color (decimal): -11446193 or 5199953. OLE color: 5199953.
HSL color Cylindrical-coordinate representation of color #51584F: hue angle of 106.67º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #51584F is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 88 | 79 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.65 |
| HSL | 106.67º | 0.05% | 0.33% | - |
| HSV(B) | 106.67º | 0.1% | 0.35% | - |
| XYZ | 8.29 | 9.29 | 8.75 | - |
| YUV | 84.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 88 | 79 | 0.08 | 0 | 0.10 | 0.65 | 106.67 | 0.05 | 0.33 |
| Hex | 51 | 58 | 4F | 8 | 0 | A | 41 | 6B | 5 | 21 |
| Octal | 121 | 130 | 117 | 10 | 0 | 12 | 101 | 153 | 5 | 41 |
| Binary | 1010001 | 1011000 | 1001111 | 1000 | 0 | 1010 | 1000001 | 1101011 | 101 | 100001 |
Color Harmonies of #51584F
Complementary color
Monochromatic Colors of #51584F
Black with #51584F
Text Example
Text Example
White with #51584F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51584F; }
p { color: rgb(81,88,79); }
H1.HeaderClassName
{
color: #51584F;
}
.AnyTagClassName
{
color: #51584F;
}
</style>
background-color css
<style>
a { background-color: #51584F; }
a { background-color: rgb(81,88,79); }
div.DivClassName
{
background-color: #51584F;
}
.BgClassName
{
background-color: #51584F;
}
</style>
border-color css
<style>
span { border-color: #51584F; }
span { border-color: rgb(81,88,79); }
td.TdClassName
{
border-color: #51584F;
}
.TagClassName
{
border-color: #51584F;
}
</style>