Shades of Battleship Grey #505A4B
Tints of Battleship Grey #505A4B
RGB
CMYK
RGB Variations
Color information
#505A4B (or 0x505A4B) is known color: Battleship Grey. HEX triplet: 50, 5A and 4B. RGB value is (80,90,75). Sum of RGB (Red+Green+Blue) = 80+90+75=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 90 - color contains mainly: green. Hex color #505A4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505A4B is #AFA5B4. Grayscale: #555555. Windows color (decimal): -11511221 or 4938320. OLE color: 4938320.
HSL color Cylindrical-coordinate representation of color #505A4B: hue angle of 100º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #505A4B is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 90 | 75 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.65 |
| HSL | 100º | 0.09% | 0.32% | - |
| HSV(B) | 100º | 0.17% | 0.35% | - |
| XYZ | 8.23 | 9.53 | 8.06 | - |
| YUV | 85.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 90 | 75 | 0.11 | 0 | 0.17 | 0.65 | 100 | 0.09 | 0.32 |
| Hex | 50 | 5A | 4B | B | 0 | 11 | 41 | 64 | 9 | 20 |
| Octal | 120 | 132 | 113 | 13 | 0 | 21 | 101 | 144 | 11 | 40 |
| Binary | 1010000 | 1011010 | 1001011 | 1011 | 0 | 10001 | 1000001 | 1100100 | 1001 | 100000 |
Color Harmonies of #505A4B
Complementary color
Monochromatic Colors of #505A4B
Black with #505A4B
Text Example
Text Example
White with #505A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505A4B; }
p { color: rgb(80,90,75); }
H1.HeaderClassName
{
color: #505A4B;
}
.AnyTagClassName
{
color: #505A4B;
}
</style>
background-color css
<style>
a { background-color: #505A4B; }
a { background-color: rgb(80,90,75); }
div.DivClassName
{
background-color: #505A4B;
}
.BgClassName
{
background-color: #505A4B;
}
</style>
border-color css
<style>
span { border-color: #505A4B; }
span { border-color: rgb(80,90,75); }
td.TdClassName
{
border-color: #505A4B;
}
.TagClassName
{
border-color: #505A4B;
}
</style>