Shades of Battleship Grey #50584D
Tints of Battleship Grey #50584D
RGB
CMYK
RGB Variations
Color information
#50584D (or 0x50584D) is known color: Battleship Grey. HEX triplet: 50, 58 and 4D. RGB value is (80,88,77). Sum of RGB (Red+Green+Blue) = 80+88+77=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 88 - color contains mainly: green. Hex color #50584D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50584D is #AFA7B2. Grayscale: #545454. Windows color (decimal): -11511731 or 5068880. OLE color: 5068880.
HSL color Cylindrical-coordinate representation of color #50584D: hue angle of 103.64º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #50584D is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 88 | 77 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.65 |
| HSL | 103.64º | 0.07% | 0.32% | - |
| HSV(B) | 103.64º | 0.13% | 0.35% | - |
| XYZ | 8.14 | 9.22 | 8.37 | - |
| YUV | 84.35 | 123.85 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 88 | 77 | 0.09 | 0 | 0.12 | 0.65 | 103.64 | 0.07 | 0.32 |
| Hex | 50 | 58 | 4D | 9 | 0 | C | 41 | 68 | 7 | 20 |
| Octal | 120 | 130 | 115 | 11 | 0 | 14 | 101 | 150 | 7 | 40 |
| Binary | 1010000 | 1011000 | 1001101 | 1001 | 0 | 1100 | 1000001 | 1101000 | 111 | 100000 |
Color Harmonies of #50584D
Complementary color
Monochromatic Colors of #50584D
Black with #50584D
Text Example
Text Example
White with #50584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50584D; }
p { color: rgb(80,88,77); }
H1.HeaderClassName
{
color: #50584D;
}
.AnyTagClassName
{
color: #50584D;
}
</style>
background-color css
<style>
a { background-color: #50584D; }
a { background-color: rgb(80,88,77); }
div.DivClassName
{
background-color: #50584D;
}
.BgClassName
{
background-color: #50584D;
}
</style>
border-color css
<style>
span { border-color: #50584D; }
span { border-color: rgb(80,88,77); }
td.TdClassName
{
border-color: #50584D;
}
.TagClassName
{
border-color: #50584D;
}
</style>