Shades of Battleship Grey #52594E
Tints of Battleship Grey #52594E
RGB
CMYK
RGB Variations
Color information
#52594E (or 0x52594E) is known color: Battleship Grey. HEX triplet: 52, 59 and 4E. RGB value is (82,89,78). Sum of RGB (Red+Green+Blue) = 82+89+78=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 89 - color contains mainly: green. Hex color #52594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52594E is #ADA6B1. Grayscale: #555555. Windows color (decimal): -11380402 or 5134674. OLE color: 5134674.
HSL color Cylindrical-coordinate representation of color #52594E: hue angle of 98.18º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #52594E is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 89 | 78 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.65 |
| HSL | 98.18º | 0.07% | 0.33% | - |
| HSV(B) | 98.18º | 0.12% | 0.35% | - |
| XYZ | 8.43 | 9.49 | 8.6 | - |
| YUV | 85.65 | 123.68 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 89 | 78 | 0.08 | 0 | 0.12 | 0.65 | 98.18 | 0.07 | 0.33 |
| Hex | 52 | 59 | 4E | 8 | 0 | C | 41 | 62 | 7 | 21 |
| Octal | 122 | 131 | 116 | 10 | 0 | 14 | 101 | 142 | 7 | 41 |
| Binary | 1010010 | 1011001 | 1001110 | 1000 | 0 | 1100 | 1000001 | 1100010 | 111 | 100001 |
Color Harmonies of #52594E
Complementary color
Monochromatic Colors of #52594E
Black with #52594E
Text Example
Text Example
White with #52594E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52594E; }
p { color: rgb(82,89,78); }
H1.HeaderClassName
{
color: #52594E;
}
.AnyTagClassName
{
color: #52594E;
}
</style>
background-color css
<style>
a { background-color: #52594E; }
a { background-color: rgb(82,89,78); }
div.DivClassName
{
background-color: #52594E;
}
.BgClassName
{
background-color: #52594E;
}
</style>
border-color css
<style>
span { border-color: #52594E; }
span { border-color: rgb(82,89,78); }
td.TdClassName
{
border-color: #52594E;
}
.TagClassName
{
border-color: #52594E;
}
</style>