Shades of Battleship Grey #586054
Tints of Battleship Grey #586054
RGB
CMYK
RGB Variations
Color information
#586054 (or 0x586054) is known color: Battleship Grey. HEX triplet: 58, 60 and 54. RGB value is (88,96,84). Sum of RGB (Red+Green+Blue) = 88+96+84=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 84 (33.20% from 255 or 31.34% from 268); Max value from RGB is 96 - color contains mainly: green. Hex color #586054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586054 is #A79FAB. Grayscale: #5C5C5C. Windows color (decimal): -10985388 or 5529688. OLE color: 5529688.
HSL color Cylindrical-coordinate representation of color #586054: hue angle of 100º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #586054 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 96 | 84 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.62 |
| HSL | 100º | 0.07% | 0.35% | - |
| HSV(B) | 100º | 0.13% | 0.38% | - |
| XYZ | 9.81 | 11.08 | 10.01 | - |
| YUV | 92.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 96 | 84 | 0.08 | 0 | 0.12 | 0.62 | 100 | 0.07 | 0.35 |
| Hex | 58 | 60 | 54 | 8 | 0 | C | 3E | 64 | 7 | 23 |
| Octal | 130 | 140 | 124 | 10 | 0 | 14 | 76 | 144 | 7 | 43 |
| Binary | 1011000 | 1100000 | 1010100 | 1000 | 0 | 1100 | 111110 | 1100100 | 111 | 100011 |
Color Harmonies of #586054
Complementary color
Monochromatic Colors of #586054
Black with #586054
Text Example
Text Example
White with #586054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586054; }
p { color: rgb(88,96,84); }
H1.HeaderClassName
{
color: #586054;
}
.AnyTagClassName
{
color: #586054;
}
</style>
background-color css
<style>
a { background-color: #586054; }
a { background-color: rgb(88,96,84); }
div.DivClassName
{
background-color: #586054;
}
.BgClassName
{
background-color: #586054;
}
</style>
border-color css
<style>
span { border-color: #586054; }
span { border-color: rgb(88,96,84); }
td.TdClassName
{
border-color: #586054;
}
.TagClassName
{
border-color: #586054;
}
</style>