Shades of Ship Grey #515150
Tints of Ship Grey #515150
RGB
CMYK
RGB Variations
Color information
#515150 (or 0x515150) is known color: Ship Grey. HEX triplet: 51, 51 and 50. RGB value is (81,81,80). Sum of RGB (Red+Green+Blue) = 81+81+80=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 81 - color contains mainly: red, green. Hex color #515150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515150 is #AEAEAF. Grayscale: #505050. Windows color (decimal): -11447984 or 5263697. OLE color: 5263697.
HSL color Cylindrical-coordinate representation of color #515150: hue angle of 60º degrees, saturation: 0.01, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #515150 is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
RGB | 81 | 81 | 80 | - |
CMYK | 0 | 0 | 0.01 | 0.68 |
HSL | 60º | 0.01% | 0.32% | - |
HSV(B) | 60º | 0.01% | 0.32% | - |
XYZ | 7.78 | 8.21 | 8.76 | - |
YUV | 80.89 | 127.5 | 128.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 81 | 81 | 80 | 0 | 0 | 0.01 | 0.68 | 60 | 0.01 | 0.32 |
Hex | 51 | 51 | 50 | 0 | 0 | 1 | 44 | 3C | 1 | 20 |
Octal | 121 | 121 | 120 | 0 | 0 | 1 | 104 | 74 | 1 | 40 |
Binary | 1010001 | 1010001 | 1010000 | 0 | 0 | 1 | 1000100 | 111100 | 1 | 100000 |
Color Harmonies of #515150
Complementary color
Monochromatic Colors of #515150
Black with #515150
Text Example
Text Example
White with #515150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515150; }
p { color: rgb(81,81,80); }
H1.HeaderClassName
{
color: #515150;
}
.AnyTagClassName
{
color: #515150;
}
</style>
background-color css
<style>
a { background-color: #515150; }
a { background-color: rgb(81,81,80); }
div.DivClassName
{
background-color: #515150;
}
.BgClassName
{
background-color: #515150;
}
</style>
border-color css
<style>
span { border-color: #515150; }
span { border-color: rgb(81,81,80); }
td.TdClassName
{
border-color: #515150;
}
.TagClassName
{
border-color: #515150;
}
</style>