Shades of Battleship Grey #50534F
Tints of Battleship Grey #50534F
RGB
CMYK
RGB Variations
Color information
#50534F (or 0x50534F) is known color: Battleship Grey. HEX triplet: 50, 53 and 4F. RGB value is (80,83,79). Sum of RGB (Red+Green+Blue) = 80+83+79=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 83 - color contains mainly: green. Hex color #50534F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50534F is #AFACB0. Grayscale: #515151. Windows color (decimal): -11513009 or 5198672. OLE color: 5198672.
HSL color Cylindrical-coordinate representation of color #50534F: hue angle of 105º degrees, saturation: 0.02, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #50534F is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 83 | 79 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.67 |
| HSL | 105º | 0.02% | 0.32% | - |
| HSV(B) | 105º | 0.05% | 0.33% | - |
| XYZ | 7.81 | 8.46 | 8.62 | - |
| YUV | 81.65 | 126.51 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 83 | 79 | 0.04 | 0 | 0.05 | 0.67 | 105 | 0.02 | 0.32 |
| Hex | 50 | 53 | 4F | 4 | 0 | 5 | 43 | 69 | 2 | 20 |
| Octal | 120 | 123 | 117 | 4 | 0 | 5 | 103 | 151 | 2 | 40 |
| Binary | 1010000 | 1010011 | 1001111 | 100 | 0 | 101 | 1000011 | 1101001 | 10 | 100000 |
Color Harmonies of #50534F
Complementary color
Monochromatic Colors of #50534F
Black with #50534F
Text Example
Text Example
White with #50534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50534F; }
p { color: rgb(80,83,79); }
H1.HeaderClassName
{
color: #50534F;
}
.AnyTagClassName
{
color: #50534F;
}
</style>
background-color css
<style>
a { background-color: #50534F; }
a { background-color: rgb(80,83,79); }
div.DivClassName
{
background-color: #50534F;
}
.BgClassName
{
background-color: #50534F;
}
</style>
border-color css
<style>
span { border-color: #50534F; }
span { border-color: rgb(80,83,79); }
td.TdClassName
{
border-color: #50534F;
}
.TagClassName
{
border-color: #50534F;
}
</style>