Shades of Battleship Grey #515C4D
Tints of Battleship Grey #515C4D
RGB
CMYK
RGB Variations
Color information
#515C4D (or 0x515C4D) is known color: Battleship Grey. HEX triplet: 51, 5C and 4D. RGB value is (81,92,77). Sum of RGB (Red+Green+Blue) = 81+92+77=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 92 (36.33% from 255 or 36.8% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 92 - color contains mainly: green. Hex color #515C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515C4D is #AEA3B2. Grayscale: #575757. Windows color (decimal): -11445171 or 5069905. OLE color: 5069905.
HSL color Cylindrical-coordinate representation of color #515C4D: hue angle of 104º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #515C4D is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 92 | 77 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.64 |
| HSL | 104º | 0.09% | 0.33% | - |
| HSV(B) | 104º | 0.16% | 0.36% | - |
| XYZ | 8.56 | 9.94 | 8.49 | - |
| YUV | 87 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 92 | 77 | 0.12 | 0 | 0.16 | 0.64 | 104 | 0.09 | 0.33 |
| Hex | 51 | 5C | 4D | C | 0 | 10 | 40 | 68 | 9 | 21 |
| Octal | 121 | 134 | 115 | 14 | 0 | 20 | 100 | 150 | 11 | 41 |
| Binary | 1010001 | 1011100 | 1001101 | 1100 | 0 | 10000 | 1000000 | 1101000 | 1001 | 100001 |
Color Harmonies of #515C4D
Complementary color
Monochromatic Colors of #515C4D
Black with #515C4D
Text Example
Text Example
White with #515C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515C4D; }
p { color: rgb(81,92,77); }
H1.HeaderClassName
{
color: #515C4D;
}
.AnyTagClassName
{
color: #515C4D;
}
</style>
background-color css
<style>
a { background-color: #515C4D; }
a { background-color: rgb(81,92,77); }
div.DivClassName
{
background-color: #515C4D;
}
.BgClassName
{
background-color: #515C4D;
}
</style>
border-color css
<style>
span { border-color: #515C4D; }
span { border-color: rgb(81,92,77); }
td.TdClassName
{
border-color: #515C4D;
}
.TagClassName
{
border-color: #515C4D;
}
</style>