Shades of Ship Grey #51514E
Tints of Ship Grey #51514E
RGB
CMYK
RGB Variations
Color information
#51514E (or 0x51514E) is known color: Ship Grey. HEX triplet: 51, 51 and 4E. RGB value is (81,81,78). Sum of RGB (Red+Green+Blue) = 81+81+78=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 81 - color contains mainly: red, green. Hex color #51514E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51514E is #AEAEB1. Grayscale: #505050. Windows color (decimal): -11447986 or 5132625. OLE color: 5132625.
HSL color Cylindrical-coordinate representation of color #51514E: hue angle of 60º degrees, saturation: 0.02, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #51514E is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 81 | 78 | - |
| CMYK | 0 | 0 | 0.04 | 0.68 |
| HSL | 60º | 0.02% | 0.31% | - |
| HSV(B) | 60º | 0.04% | 0.32% | - |
| XYZ | 7.71 | 8.18 | 8.38 | - |
| YUV | 80.66 | 126.5 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 81 | 78 | 0 | 0 | 0.04 | 0.68 | 60 | 0.02 | 0.31 |
| Hex | 51 | 51 | 4E | 0 | 0 | 4 | 44 | 3C | 2 | 1F |
| Octal | 121 | 121 | 116 | 0 | 0 | 4 | 104 | 74 | 2 | 37 |
| Binary | 1010001 | 1010001 | 1001110 | 0 | 0 | 100 | 1000100 | 111100 | 10 | 11111 |
Color Harmonies of #51514E
Complementary color
Monochromatic Colors of #51514E
Black with #51514E
Text Example
Text Example
White with #51514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51514E; }
p { color: rgb(81,81,78); }
H1.HeaderClassName
{
color: #51514E;
}
.AnyTagClassName
{
color: #51514E;
}
</style>
background-color css
<style>
a { background-color: #51514E; }
a { background-color: rgb(81,81,78); }
div.DivClassName
{
background-color: #51514E;
}
.BgClassName
{
background-color: #51514E;
}
</style>
border-color css
<style>
span { border-color: #51514E; }
span { border-color: rgb(81,81,78); }
td.TdClassName
{
border-color: #51514E;
}
.TagClassName
{
border-color: #51514E;
}
</style>