Shades of Battleship Grey #53594F
Tints of Battleship Grey #53594F
RGB
CMYK
RGB Variations
Color information
#53594F (or 0x53594F) is known color: Battleship Grey. HEX triplet: 53, 59 and 4F. RGB value is (83,89,79). Sum of RGB (Red+Green+Blue) = 83+89+79=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 89 - color contains mainly: green. Hex color #53594F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53594F is #ACA6B0. Grayscale: #565656. Windows color (decimal): -11314865 or 5200211. OLE color: 5200211.
HSL color Cylindrical-coordinate representation of color #53594F: hue angle of 96º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #53594F is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 89 | 79 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.65 |
| HSL | 96º | 0.06% | 0.33% | - |
| HSV(B) | 96º | 0.11% | 0.35% | - |
| XYZ | 8.55 | 9.55 | 8.79 | - |
| YUV | 86.07 | 124.01 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 89 | 79 | 0.07 | 0 | 0.11 | 0.65 | 96 | 0.06 | 0.33 |
| Hex | 53 | 59 | 4F | 7 | 0 | B | 41 | 60 | 6 | 21 |
| Octal | 123 | 131 | 117 | 7 | 0 | 13 | 101 | 140 | 6 | 41 |
| Binary | 1010011 | 1011001 | 1001111 | 111 | 0 | 1011 | 1000001 | 1100000 | 110 | 100001 |
Color Harmonies of #53594F
Complementary color
Monochromatic Colors of #53594F
Black with #53594F
Text Example
Text Example
White with #53594F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53594F; }
p { color: rgb(83,89,79); }
H1.HeaderClassName
{
color: #53594F;
}
.AnyTagClassName
{
color: #53594F;
}
</style>
background-color css
<style>
a { background-color: #53594F; }
a { background-color: rgb(83,89,79); }
div.DivClassName
{
background-color: #53594F;
}
.BgClassName
{
background-color: #53594F;
}
</style>
border-color css
<style>
span { border-color: #53594F; }
span { border-color: rgb(83,89,79); }
td.TdClassName
{
border-color: #53594F;
}
.TagClassName
{
border-color: #53594F;
}
</style>