Shades of Shuttle Grey #58616D
Tints of Shuttle Grey #58616D
RGB
CMYK
RGB Variations
Color information
#58616D (or 0x58616D) is known color: Shuttle Grey. HEX triplet: 58, 61 and 6D. RGB value is (88,97,109). Sum of RGB (Red+Green+Blue) = 88+97+109=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 109 - color contains mainly: blue. Hex color #58616D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58616D is #A79E92. Grayscale: #5F5F5F. Windows color (decimal): -10985107 or 7168344. OLE color: 7168344.
HSL color Cylindrical-coordinate representation of color #58616D: hue angle of 214.29º 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 #58616D is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 97 | 109 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.57 |
| HSL | 214.29º | 0.11% | 0.39% | - |
| HSV(B) | 214.29º | 0.19% | 0.43% | - |
| XYZ | 11.06 | 11.73 | 16.15 | - |
| YUV | 95.68 | 135.52 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 97 | 109 | 0.19 | 0.11 | 0 | 0.57 | 214.29 | 0.11 | 0.39 |
| Hex | 58 | 61 | 6D | 13 | B | 0 | 39 | D6 | B | 27 |
| Octal | 130 | 141 | 155 | 23 | 13 | 0 | 71 | 326 | 13 | 47 |
| Binary | 1011000 | 1100001 | 1101101 | 10011 | 1011 | 0 | 111001 | 11010110 | 1011 | 100111 |
Color Harmonies of #58616D
Complementary color
Monochromatic Colors of #58616D
Black with #58616D
Text Example
Text Example
White with #58616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58616D; }
p { color: rgb(88,97,109); }
H1.HeaderClassName
{
color: #58616D;
}
.AnyTagClassName
{
color: #58616D;
}
</style>
background-color css
<style>
a { background-color: #58616D; }
a { background-color: rgb(88,97,109); }
div.DivClassName
{
background-color: #58616D;
}
.BgClassName
{
background-color: #58616D;
}
</style>
border-color css
<style>
span { border-color: #58616D; }
span { border-color: rgb(88,97,109); }
td.TdClassName
{
border-color: #58616D;
}
.TagClassName
{
border-color: #58616D;
}
</style>