Shades of Battleship Grey #505C4E
Tints of Battleship Grey #505C4E
RGB
CMYK
RGB Variations
Color information
#505C4E (or 0x505C4E) is known color: Battleship Grey. HEX triplet: 50, 5C and 4E. RGB value is (80,92,78). Sum of RGB (Red+Green+Blue) = 80+92+78=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 92 (36.33% from 255 or 36.8% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 92 - color contains mainly: green. Hex color #505C4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505C4E is #AFA3B1. Grayscale: #565656. Windows color (decimal): -11510706 or 5135440. OLE color: 5135440.
HSL color Cylindrical-coordinate representation of color #505C4E: hue angle of 111.43º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #505C4E is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 92 | 78 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.64 |
| HSL | 111.43º | 0.08% | 0.33% | - |
| HSV(B) | 111.43º | 0.15% | 0.36% | - |
| XYZ | 8.51 | 9.91 | 8.67 | - |
| YUV | 86.82 | 123.02 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 92 | 78 | 0.13 | 0 | 0.15 | 0.64 | 111.43 | 0.08 | 0.33 |
| Hex | 50 | 5C | 4E | D | 0 | F | 40 | 6F | 8 | 21 |
| Octal | 120 | 134 | 116 | 15 | 0 | 17 | 100 | 157 | 10 | 41 |
| Binary | 1010000 | 1011100 | 1001110 | 1101 | 0 | 1111 | 1000000 | 1101111 | 1000 | 100001 |
Color Harmonies of #505C4E
Complementary color
Monochromatic Colors of #505C4E
Black with #505C4E
Text Example
Text Example
White with #505C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505C4E; }
p { color: rgb(80,92,78); }
H1.HeaderClassName
{
color: #505C4E;
}
.AnyTagClassName
{
color: #505C4E;
}
</style>
background-color css
<style>
a { background-color: #505C4E; }
a { background-color: rgb(80,92,78); }
div.DivClassName
{
background-color: #505C4E;
}
.BgClassName
{
background-color: #505C4E;
}
</style>
border-color css
<style>
span { border-color: #505C4E; }
span { border-color: rgb(80,92,78); }
td.TdClassName
{
border-color: #505C4E;
}
.TagClassName
{
border-color: #505C4E;
}
</style>