Shades of Battleship Grey #515450
Tints of Battleship Grey #515450
RGB
CMYK
RGB Variations
Color information
#515450 (or 0x515450) is known color: Battleship Grey. HEX triplet: 51, 54 and 50. RGB value is (81,84,80). Sum of RGB (Red+Green+Blue) = 81+84+80=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 84 - color contains mainly: green. Hex color #515450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515450 is #AEABAF. Grayscale: #525252. Windows color (decimal): -11447216 or 5264465. OLE color: 5264465.
HSL color Cylindrical-coordinate representation of color #515450: hue angle of 105º degrees, saturation: 0.02, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #515450 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 84 | 80 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.67 |
| HSL | 105º | 0.02% | 0.32% | - |
| HSV(B) | 105º | 0.05% | 0.33% | - |
| XYZ | 8.01 | 8.67 | 8.84 | - |
| YUV | 82.65 | 126.51 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 84 | 80 | 0.04 | 0 | 0.05 | 0.67 | 105 | 0.02 | 0.32 |
| Hex | 51 | 54 | 50 | 4 | 0 | 5 | 43 | 69 | 2 | 20 |
| Octal | 121 | 124 | 120 | 4 | 0 | 5 | 103 | 151 | 2 | 40 |
| Binary | 1010001 | 1010100 | 1010000 | 100 | 0 | 101 | 1000011 | 1101001 | 10 | 100000 |
Color Harmonies of #515450
Complementary color
Monochromatic Colors of #515450
Black with #515450
Text Example
Text Example
White with #515450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515450; }
p { color: rgb(81,84,80); }
H1.HeaderClassName
{
color: #515450;
}
.AnyTagClassName
{
color: #515450;
}
</style>
background-color css
<style>
a { background-color: #515450; }
a { background-color: rgb(81,84,80); }
div.DivClassName
{
background-color: #515450;
}
.BgClassName
{
background-color: #515450;
}
</style>
border-color css
<style>
span { border-color: #515450; }
span { border-color: rgb(81,84,80); }
td.TdClassName
{
border-color: #515450;
}
.TagClassName
{
border-color: #515450;
}
</style>