Shades of Battleship Grey #586052
Tints of Battleship Grey #586052
RGB
CMYK
RGB Variations
Color information
#586052 (or 0x586052) is known color: Battleship Grey. HEX triplet: 58, 60 and 52. RGB value is (88,96,82). Sum of RGB (Red+Green+Blue) = 88+96+82=266 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.08% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 96 - color contains mainly: green. Hex color #586052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586052 is #A79FAD. Grayscale: #5C5C5C. Windows color (decimal): -10985390 or 5398616. OLE color: 5398616.
HSL color Cylindrical-coordinate representation of color #586052: hue angle of 94.29º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #586052 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 96 | 82 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.62 |
| HSL | 94.29º | 0.08% | 0.35% | - |
| HSV(B) | 94.29º | 0.15% | 0.38% | - |
| XYZ | 9.73 | 11.05 | 9.6 | - |
| YUV | 92.01 | 122.35 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 96 | 82 | 0.08 | 0 | 0.15 | 0.62 | 94.29 | 0.08 | 0.35 |
| Hex | 58 | 60 | 52 | 8 | 0 | F | 3E | 5E | 8 | 23 |
| Octal | 130 | 140 | 122 | 10 | 0 | 17 | 76 | 136 | 10 | 43 |
| Binary | 1011000 | 1100000 | 1010010 | 1000 | 0 | 1111 | 111110 | 1011110 | 1000 | 100011 |
Color Harmonies of #586052
Complementary color
Monochromatic Colors of #586052
Black with #586052
Text Example
Text Example
White with #586052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586052; }
p { color: rgb(88,96,82); }
H1.HeaderClassName
{
color: #586052;
}
.AnyTagClassName
{
color: #586052;
}
</style>
background-color css
<style>
a { background-color: #586052; }
a { background-color: rgb(88,96,82); }
div.DivClassName
{
background-color: #586052;
}
.BgClassName
{
background-color: #586052;
}
</style>
border-color css
<style>
span { border-color: #586052; }
span { border-color: rgb(88,96,82); }
td.TdClassName
{
border-color: #586052;
}
.TagClassName
{
border-color: #586052;
}
</style>