Shades of Ship Grey #58584F
Tints of Ship Grey #58584F
RGB
CMYK
RGB Variations
Color information
#58584F (or 0x58584F) is known color: Ship Grey. HEX triplet: 58, 58 and 4F. RGB value is (88,88,79). Sum of RGB (Red+Green+Blue) = 88+88+79=255 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.51% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 88 - color contains mainly: red, green. Hex color #58584F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58584F is #A7A7B0. Grayscale: #575757. Windows color (decimal): -10987441 or 5199960. OLE color: 5199960.
HSL color Cylindrical-coordinate representation of color #58584F: hue angle of 60º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #58584F is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 88 | 79 | - |
| CMYK | 0 | 0 | 0.10 | 0.65 |
| HSL | 60º | 0.05% | 0.33% | - |
| HSV(B) | 60º | 0.1% | 0.35% | - |
| XYZ | 8.93 | 9.62 | 8.78 | - |
| YUV | 86.97 | 123.5 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 88 | 79 | 0 | 0 | 0.10 | 0.65 | 60 | 0.05 | 0.33 |
| Hex | 58 | 58 | 4F | 0 | 0 | A | 41 | 3C | 5 | 21 |
| Octal | 130 | 130 | 117 | 0 | 0 | 12 | 101 | 74 | 5 | 41 |
| Binary | 1011000 | 1011000 | 1001111 | 0 | 0 | 1010 | 1000001 | 111100 | 101 | 100001 |
Color Harmonies of #58584F
Complementary color
Monochromatic Colors of #58584F
Black with #58584F
Text Example
Text Example
White with #58584F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58584F; }
p { color: rgb(88,88,79); }
H1.HeaderClassName
{
color: #58584F;
}
.AnyTagClassName
{
color: #58584F;
}
</style>
background-color css
<style>
a { background-color: #58584F; }
a { background-color: rgb(88,88,79); }
div.DivClassName
{
background-color: #58584F;
}
.BgClassName
{
background-color: #58584F;
}
</style>
border-color css
<style>
span { border-color: #58584F; }
span { border-color: rgb(88,88,79); }
td.TdClassName
{
border-color: #58584F;
}
.TagClassName
{
border-color: #58584F;
}
</style>