Shades of Ship Grey #51514D
Tints of Ship Grey #51514D
RGB
CMYK
RGB Variations
Color information
#51514D (or 0x51514D) is known color: Ship Grey. HEX triplet: 51, 51 and 4D. RGB value is (81,81,77). Sum of RGB (Red+Green+Blue) = 81+81+77=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 81 - color contains mainly: red, green. Hex color #51514D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51514D is #AEAEB2. Grayscale: #505050. Windows color (decimal): -11447987 or 5067089. OLE color: 5067089.
HSL color Cylindrical-coordinate representation of color #51514D: hue angle of 60º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #51514D is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 81 | 77 | - |
| CMYK | 0 | 0 | 0.05 | 0.68 |
| HSL | 60º | 0.03% | 0.31% | - |
| HSV(B) | 60º | 0.05% | 0.32% | - |
| XYZ | 7.68 | 8.17 | 8.19 | - |
| YUV | 80.54 | 126 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 81 | 77 | 0 | 0 | 0.05 | 0.68 | 60 | 0.03 | 0.31 |
| Hex | 51 | 51 | 4D | 0 | 0 | 5 | 44 | 3C | 3 | 1F |
| Octal | 121 | 121 | 115 | 0 | 0 | 5 | 104 | 74 | 3 | 37 |
| Binary | 1010001 | 1010001 | 1001101 | 0 | 0 | 101 | 1000100 | 111100 | 11 | 11111 |
Color Harmonies of #51514D
Complementary color
Monochromatic Colors of #51514D
Black with #51514D
Text Example
Text Example
White with #51514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51514D; }
p { color: rgb(81,81,77); }
H1.HeaderClassName
{
color: #51514D;
}
.AnyTagClassName
{
color: #51514D;
}
</style>
background-color css
<style>
a { background-color: #51514D; }
a { background-color: rgb(81,81,77); }
div.DivClassName
{
background-color: #51514D;
}
.BgClassName
{
background-color: #51514D;
}
</style>
border-color css
<style>
span { border-color: #51514D; }
span { border-color: rgb(81,81,77); }
td.TdClassName
{
border-color: #51514D;
}
.TagClassName
{
border-color: #51514D;
}
</style>