Shades of Battleship Grey #585C55
Tints of Battleship Grey #585C55
RGB
CMYK
RGB Variations
Color information
#585C55 (or 0x585C55) is known color: Battleship Grey. HEX triplet: 58, 5C and 55. RGB value is (88,92,85). Sum of RGB (Red+Green+Blue) = 88+92+85=265 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.21% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 92 - color contains mainly: green. Hex color #585C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585C55 is #A7A3AA. Grayscale: #5A5A5A. Windows color (decimal): -10986411 or 5594200. OLE color: 5594200.
HSL color Cylindrical-coordinate representation of color #585C55: hue angle of 94.29º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #585C55 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 92 | 85 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.64 |
| HSL | 94.29º | 0.04% | 0.35% | - |
| HSV(B) | 94.29º | 0.08% | 0.36% | - |
| XYZ | 9.49 | 10.38 | 10.1 | - |
| YUV | 90.01 | 125.17 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 92 | 85 | 0.04 | 0 | 0.08 | 0.64 | 94.29 | 0.04 | 0.35 |
| Hex | 58 | 5C | 55 | 4 | 0 | 8 | 40 | 5E | 4 | 23 |
| Octal | 130 | 134 | 125 | 4 | 0 | 10 | 100 | 136 | 4 | 43 |
| Binary | 1011000 | 1011100 | 1010101 | 100 | 0 | 1000 | 1000000 | 1011110 | 100 | 100011 |
Color Harmonies of #585C55
Complementary color
Monochromatic Colors of #585C55
Black with #585C55
Text Example
Text Example
White with #585C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585C55; }
p { color: rgb(88,92,85); }
H1.HeaderClassName
{
color: #585C55;
}
.AnyTagClassName
{
color: #585C55;
}
</style>
background-color css
<style>
a { background-color: #585C55; }
a { background-color: rgb(88,92,85); }
div.DivClassName
{
background-color: #585C55;
}
.BgClassName
{
background-color: #585C55;
}
</style>
border-color css
<style>
span { border-color: #585C55; }
span { border-color: rgb(88,92,85); }
td.TdClassName
{
border-color: #585C55;
}
.TagClassName
{
border-color: #585C55;
}
</style>