Shades of Ship Grey #585848
Tints of Ship Grey #585848
RGB
CMYK
RGB Variations
Color information
#585848 (or 0x585848) is known color: Ship Grey. HEX triplet: 58, 58 and 48. RGB value is (88,88,72). Sum of RGB (Red+Green+Blue) = 88+88+72=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 72 (28.52% from 255 or 29.03% from 248); Max value from RGB is 88 - color contains mainly: red, green. Hex color #585848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585848 is #A7A7B7. Grayscale: #565656. Windows color (decimal): -10987448 or 4741208. OLE color: 4741208.
HSL color Cylindrical-coordinate representation of color #585848: hue angle of 60º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #585848 is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 88 | 72 | - |
| CMYK | 0 | 0 | 0.18 | 0.65 |
| HSL | 60º | 0.1% | 0.31% | - |
| HSV(B) | 60º | 0.18% | 0.35% | - |
| XYZ | 8.68 | 9.52 | 7.51 | - |
| YUV | 86.18 | 120 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 88 | 72 | 0 | 0 | 0.18 | 0.65 | 60 | 0.1 | 0.31 |
| Hex | 58 | 58 | 48 | 0 | 0 | 12 | 41 | 3C | A | 1F |
| Octal | 130 | 130 | 110 | 0 | 0 | 22 | 101 | 74 | 12 | 37 |
| Binary | 1011000 | 1011000 | 1001000 | 0 | 0 | 10010 | 1000001 | 111100 | 1010 | 11111 |
Color Harmonies of #585848
Complementary color
Monochromatic Colors of #585848
Black with #585848
Text Example
Text Example
White with #585848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585848; }
p { color: rgb(88,88,72); }
H1.HeaderClassName
{
color: #585848;
}
.AnyTagClassName
{
color: #585848;
}
</style>
background-color css
<style>
a { background-color: #585848; }
a { background-color: rgb(88,88,72); }
div.DivClassName
{
background-color: #585848;
}
.BgClassName
{
background-color: #585848;
}
</style>
border-color css
<style>
span { border-color: #585848; }
span { border-color: rgb(88,88,72); }
td.TdClassName
{
border-color: #585848;
}
.TagClassName
{
border-color: #585848;
}
</style>