Shades of Ship Grey #50504C
Tints of Ship Grey #50504C
RGB
CMYK
RGB Variations
Color information
#50504C (or 0x50504C) is known color: Ship Grey. HEX triplet: 50, 50 and 4C. RGB value is (80,80,76). Sum of RGB (Red+Green+Blue) = 80+80+76=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 80 - color contains mainly: red, green. Hex color #50504C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50504C is #AFAFB3. Grayscale: #4F4F4F. Windows color (decimal): -11513780 or 5001296. OLE color: 5001296.
HSL color Cylindrical-coordinate representation of color #50504C: hue angle of 60º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #50504C is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 80 | 76 | - |
| CMYK | 0 | 0 | 0.05 | 0.69 |
| HSL | 60º | 0.03% | 0.31% | - |
| HSV(B) | 60º | 0.05% | 0.31% | - |
| XYZ | 7.48 | 7.96 | 7.98 | - |
| YUV | 79.54 | 126 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 80 | 76 | 0 | 0 | 0.05 | 0.69 | 60 | 0.03 | 0.31 |
| Hex | 50 | 50 | 4C | 0 | 0 | 5 | 45 | 3C | 3 | 1F |
| Octal | 120 | 120 | 114 | 0 | 0 | 5 | 105 | 74 | 3 | 37 |
| Binary | 1010000 | 1010000 | 1001100 | 0 | 0 | 101 | 1000101 | 111100 | 11 | 11111 |
Color Harmonies of #50504C
Complementary color
Monochromatic Colors of #50504C
Black with #50504C
Text Example
Text Example
White with #50504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50504C; }
p { color: rgb(80,80,76); }
H1.HeaderClassName
{
color: #50504C;
}
.AnyTagClassName
{
color: #50504C;
}
</style>
background-color css
<style>
a { background-color: #50504C; }
a { background-color: rgb(80,80,76); }
div.DivClassName
{
background-color: #50504C;
}
.BgClassName
{
background-color: #50504C;
}
</style>
border-color css
<style>
span { border-color: #50504C; }
span { border-color: rgb(80,80,76); }
td.TdClassName
{
border-color: #50504C;
}
.TagClassName
{
border-color: #50504C;
}
</style>