Shades of Shuttle Grey #58656D
Tints of Shuttle Grey #58656D
RGB
CMYK
RGB Variations
Color information
#58656D (or 0x58656D) is known color: Shuttle Grey. HEX triplet: 58, 65 and 6D. RGB value is (88,101,109). Sum of RGB (Red+Green+Blue) = 88+101+109=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 109 - color contains mainly: blue. Hex color #58656D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58656D is #A79A92. Grayscale: #616161. Windows color (decimal): -10984083 or 7169368. OLE color: 7169368.
HSL color Cylindrical-coordinate representation of color #58656D: hue angle of 202.86º 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 #58656D is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 101 | 109 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.57 |
| HSL | 202.86º | 0.11% | 0.39% | - |
| HSV(B) | 202.86º | 0.19% | 0.43% | - |
| XYZ | 11.44 | 12.49 | 16.28 | - |
| YUV | 98.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 101 | 109 | 0.19 | 0.07 | 0 | 0.57 | 202.86 | 0.11 | 0.39 |
| Hex | 58 | 65 | 6D | 13 | 7 | 0 | 39 | CB | B | 27 |
| Octal | 130 | 145 | 155 | 23 | 7 | 0 | 71 | 313 | 13 | 47 |
| Binary | 1011000 | 1100101 | 1101101 | 10011 | 111 | 0 | 111001 | 11001011 | 1011 | 100111 |
Color Harmonies of #58656D
Complementary color
Monochromatic Colors of #58656D
Black with #58656D
Text Example
Text Example
White with #58656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58656D; }
p { color: rgb(88,101,109); }
H1.HeaderClassName
{
color: #58656D;
}
.AnyTagClassName
{
color: #58656D;
}
</style>
background-color css
<style>
a { background-color: #58656D; }
a { background-color: rgb(88,101,109); }
div.DivClassName
{
background-color: #58656D;
}
.BgClassName
{
background-color: #58656D;
}
</style>
border-color css
<style>
span { border-color: #58656D; }
span { border-color: rgb(88,101,109); }
td.TdClassName
{
border-color: #58656D;
}
.TagClassName
{
border-color: #58656D;
}
</style>