Shades of Ship Grey #51514A
Tints of Ship Grey #51514A
RGB
CMYK
RGB Variations
Color information
#51514A (or 0x51514A) is known color: Ship Grey. HEX triplet: 51, 51 and 4A. RGB value is (81,81,74). Sum of RGB (Red+Green+Blue) = 81+81+74=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 81 - color contains mainly: red, green. Hex color #51514A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51514A is #AEAEB5. Grayscale: #505050. Windows color (decimal): -11447990 or 4870481. OLE color: 4870481.
HSL color Cylindrical-coordinate representation of color #51514A: hue angle of 60º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #51514A is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 81 | 74 | - |
| CMYK | 0 | 0 | 0.09 | 0.68 |
| HSL | 60º | 0.05% | 0.3% | - |
| HSV(B) | 60º | 0.09% | 0.32% | - |
| XYZ | 7.57 | 8.13 | 7.65 | - |
| YUV | 80.2 | 124.5 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 81 | 74 | 0 | 0 | 0.09 | 0.68 | 60 | 0.05 | 0.3 |
| Hex | 51 | 51 | 4A | 0 | 0 | 9 | 44 | 3C | 5 | 1E |
| Octal | 121 | 121 | 112 | 0 | 0 | 11 | 104 | 74 | 5 | 36 |
| Binary | 1010001 | 1010001 | 1001010 | 0 | 0 | 1001 | 1000100 | 111100 | 101 | 11110 |
Color Harmonies of #51514A
Complementary color
Monochromatic Colors of #51514A
Black with #51514A
Text Example
Text Example
White with #51514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51514A; }
p { color: rgb(81,81,74); }
H1.HeaderClassName
{
color: #51514A;
}
.AnyTagClassName
{
color: #51514A;
}
</style>
background-color css
<style>
a { background-color: #51514A; }
a { background-color: rgb(81,81,74); }
div.DivClassName
{
background-color: #51514A;
}
.BgClassName
{
background-color: #51514A;
}
</style>
border-color css
<style>
span { border-color: #51514A; }
span { border-color: rgb(81,81,74); }
td.TdClassName
{
border-color: #51514A;
}
.TagClassName
{
border-color: #51514A;
}
</style>