Shades of Ship Grey #585946
Tints of Ship Grey #585946
RGB
CMYK
RGB Variations
Color information
#585946 (or 0x585946) is known color: Ship Grey. HEX triplet: 58, 59 and 46. RGB value is (88,89,70). Sum of RGB (Red+Green+Blue) = 88+89+70=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 70 (27.73% from 255 or 28.34% from 247); Max value from RGB is 89 - color contains mainly: green. Hex color #585946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585946 is #A7A6B9. Grayscale: #565656. Windows color (decimal): -10987194 or 4610392. OLE color: 4610392.
HSL color Cylindrical-coordinate representation of color #585946: hue angle of 63.16º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #585946 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 89 | 70 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.65 |
| HSL | 63.16º | 0.12% | 0.31% | - |
| HSV(B) | 63.16º | 0.21% | 0.35% | - |
| XYZ | 8.7 | 9.66 | 7.2 | - |
| YUV | 86.54 | 118.67 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 89 | 70 | 0.01 | 0 | 0.21 | 0.65 | 63.16 | 0.12 | 0.31 |
| Hex | 58 | 59 | 46 | 1 | 0 | 15 | 41 | 3F | C | 1F |
| Octal | 130 | 131 | 106 | 1 | 0 | 25 | 101 | 77 | 14 | 37 |
| Binary | 1011000 | 1011001 | 1000110 | 1 | 0 | 10101 | 1000001 | 111111 | 1100 | 11111 |
Color Harmonies of #585946
Complementary color
Monochromatic Colors of #585946
Black with #585946
Text Example
Text Example
White with #585946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585946; }
p { color: rgb(88,89,70); }
H1.HeaderClassName
{
color: #585946;
}
.AnyTagClassName
{
color: #585946;
}
</style>
background-color css
<style>
a { background-color: #585946; }
a { background-color: rgb(88,89,70); }
div.DivClassName
{
background-color: #585946;
}
.BgClassName
{
background-color: #585946;
}
</style>
border-color css
<style>
span { border-color: #585946; }
span { border-color: rgb(88,89,70); }
td.TdClassName
{
border-color: #585946;
}
.TagClassName
{
border-color: #585946;
}
</style>