Shades of Battleship Grey #585E56
Tints of Battleship Grey #585E56
RGB
CMYK
RGB Variations
Color information
#585E56 (or 0x585E56) is known color: Battleship Grey. HEX triplet: 58, 5E and 56. RGB value is (88,94,86). Sum of RGB (Red+Green+Blue) = 88+94+86=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 94 - color contains mainly: green. Hex color #585E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585E56 is #A7A1A9. Grayscale: #5B5B5B. Windows color (decimal): -10985898 or 5660248. OLE color: 5660248.
HSL color Cylindrical-coordinate representation of color #585E56: hue angle of 105º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #585E56 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 88 | 94 | 86 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.63 |
| HSL | 105º | 0.04% | 0.35% | - |
| HSV(B) | 105º | 0.09% | 0.37% | - |
| XYZ | 9.71 | 10.75 | 10.37 | - |
| YUV | 91.29 | 125.01 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 94 | 86 | 0.06 | 0 | 0.09 | 0.63 | 105 | 0.04 | 0.35 |
| Hex | 58 | 5E | 56 | 6 | 0 | 9 | 3F | 69 | 4 | 23 |
| Octal | 130 | 136 | 126 | 6 | 0 | 11 | 77 | 151 | 4 | 43 |
| Binary | 1011000 | 1011110 | 1010110 | 110 | 0 | 1001 | 111111 | 1101001 | 100 | 100011 |
Color Harmonies of #585E56
Complementary color
Monochromatic Colors of #585E56
Black with #585E56
Text Example
Text Example
White with #585E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585E56; }
p { color: rgb(88,94,86); }
H1.HeaderClassName
{
color: #585E56;
}
.AnyTagClassName
{
color: #585E56;
}
</style>
background-color css
<style>
a { background-color: #585E56; }
a { background-color: rgb(88,94,86); }
div.DivClassName
{
background-color: #585E56;
}
.BgClassName
{
background-color: #585E56;
}
</style>
border-color css
<style>
span { border-color: #585E56; }
span { border-color: rgb(88,94,86); }
td.TdClassName
{
border-color: #585E56;
}
.TagClassName
{
border-color: #585E56;
}
</style>