Shades of Battleship Grey #515C4C
Tints of Battleship Grey #515C4C
RGB
CMYK
RGB Variations
Color information
#515C4C (or 0x515C4C) is known color: Battleship Grey. HEX triplet: 51, 5C and 4C. RGB value is (81,92,76). Sum of RGB (Red+Green+Blue) = 81+92+76=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 92 - color contains mainly: green. Hex color #515C4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515C4C is #AEA3B3. Grayscale: #565656. Windows color (decimal): -11445172 or 5004369. OLE color: 5004369.
HSL color Cylindrical-coordinate representation of color #515C4C: hue angle of 101.25º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #515C4C is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 92 | 76 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.64 |
| HSL | 101.25º | 0.1% | 0.33% | - |
| HSV(B) | 101.25º | 0.17% | 0.36% | - |
| XYZ | 8.52 | 9.93 | 8.3 | - |
| YUV | 86.89 | 121.86 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 92 | 76 | 0.12 | 0 | 0.17 | 0.64 | 101.25 | 0.1 | 0.33 |
| Hex | 51 | 5C | 4C | C | 0 | 11 | 40 | 65 | A | 21 |
| Octal | 121 | 134 | 114 | 14 | 0 | 21 | 100 | 145 | 12 | 41 |
| Binary | 1010001 | 1011100 | 1001100 | 1100 | 0 | 10001 | 1000000 | 1100101 | 1010 | 100001 |
Color Harmonies of #515C4C
Complementary color
Monochromatic Colors of #515C4C
Black with #515C4C
Text Example
Text Example
White with #515C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515C4C; }
p { color: rgb(81,92,76); }
H1.HeaderClassName
{
color: #515C4C;
}
.AnyTagClassName
{
color: #515C4C;
}
</style>
background-color css
<style>
a { background-color: #515C4C; }
a { background-color: rgb(81,92,76); }
div.DivClassName
{
background-color: #515C4C;
}
.BgClassName
{
background-color: #515C4C;
}
</style>
border-color css
<style>
span { border-color: #515C4C; }
span { border-color: rgb(81,92,76); }
td.TdClassName
{
border-color: #515C4C;
}
.TagClassName
{
border-color: #515C4C;
}
</style>