Shades of Shuttle Grey #58606D
Tints of Shuttle Grey #58606D
RGB
CMYK
RGB Variations
Color information
#58606D (or 0x58606D) is known color: Shuttle Grey. HEX triplet: 58, 60 and 6D. RGB value is (88,96,109). Sum of RGB (Red+Green+Blue) = 88+96+109=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 109 - color contains mainly: blue. Hex color #58606D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58606D is #A79F92. Grayscale: #5F5F5F. Windows color (decimal): -10985363 or 7168088. OLE color: 7168088.
HSL color Cylindrical-coordinate representation of color #58606D: hue angle of 217.14º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #58606D is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 96 | 109 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.57 |
| HSL | 217.14º | 0.11% | 0.39% | - |
| HSV(B) | 217.14º | 0.19% | 0.43% | - |
| XYZ | 10.97 | 11.54 | 16.12 | - |
| YUV | 95.09 | 135.85 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 96 | 109 | 0.19 | 0.12 | 0 | 0.57 | 217.14 | 0.11 | 0.39 |
| Hex | 58 | 60 | 6D | 13 | C | 0 | 39 | D9 | B | 27 |
| Octal | 130 | 140 | 155 | 23 | 14 | 0 | 71 | 331 | 13 | 47 |
| Binary | 1011000 | 1100000 | 1101101 | 10011 | 1100 | 0 | 111001 | 11011001 | 1011 | 100111 |
Color Harmonies of #58606D
Complementary color
Monochromatic Colors of #58606D
Black with #58606D
Text Example
Text Example
White with #58606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58606D; }
p { color: rgb(88,96,109); }
H1.HeaderClassName
{
color: #58606D;
}
.AnyTagClassName
{
color: #58606D;
}
</style>
background-color css
<style>
a { background-color: #58606D; }
a { background-color: rgb(88,96,109); }
div.DivClassName
{
background-color: #58606D;
}
.BgClassName
{
background-color: #58606D;
}
</style>
border-color css
<style>
span { border-color: #58606D; }
span { border-color: rgb(88,96,109); }
td.TdClassName
{
border-color: #58606D;
}
.TagClassName
{
border-color: #58606D;
}
</style>