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