Shades of Ship Grey #50504E
Tints of Ship Grey #50504E
RGB
CMYK
RGB Variations
Color information
#50504E (or 0x50504E) is known color: Ship Grey. HEX triplet: 50, 50 and 4E. RGB value is (80,80,78). Sum of RGB (Red+Green+Blue) = 80+80+78=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 80 - color contains mainly: red, green. Hex color #50504E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50504E is #AFAFB1. Grayscale: #4F4F4F. Windows color (decimal): -11513778 or 5132368. OLE color: 5132368.
HSL color Cylindrical-coordinate representation of color #50504E: hue angle of 60º degrees, saturation: 0.01, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #50504E is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 80 | 78 | - |
| CMYK | 0 | 0 | 0.02 | 0.69 |
| HSL | 60º | 0.01% | 0.31% | - |
| HSV(B) | 60º | 0.02% | 0.31% | - |
| XYZ | 7.55 | 7.99 | 8.35 | - |
| YUV | 79.77 | 127 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 80 | 78 | 0 | 0 | 0.02 | 0.69 | 60 | 0.01 | 0.31 |
| Hex | 50 | 50 | 4E | 0 | 0 | 2 | 45 | 3C | 1 | 1F |
| Octal | 120 | 120 | 116 | 0 | 0 | 2 | 105 | 74 | 1 | 37 |
| Binary | 1010000 | 1010000 | 1001110 | 0 | 0 | 10 | 1000101 | 111100 | 1 | 11111 |
Color Harmonies of #50504E
Complementary color
Monochromatic Colors of #50504E
Black with #50504E
Text Example
Text Example
White with #50504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50504E; }
p { color: rgb(80,80,78); }
H1.HeaderClassName
{
color: #50504E;
}
.AnyTagClassName
{
color: #50504E;
}
</style>
background-color css
<style>
a { background-color: #50504E; }
a { background-color: rgb(80,80,78); }
div.DivClassName
{
background-color: #50504E;
}
.BgClassName
{
background-color: #50504E;
}
</style>
border-color css
<style>
span { border-color: #50504E; }
span { border-color: rgb(80,80,78); }
td.TdClassName
{
border-color: #50504E;
}
.TagClassName
{
border-color: #50504E;
}
</style>