Shades of Shuttle Grey #58606E
Tints of Shuttle Grey #58606E
RGB
CMYK
RGB Variations
Color information
#58606E (or 0x58606E) is known color: Shuttle Grey. HEX triplet: 58, 60 and 6E. RGB value is (88,96,110). Sum of RGB (Red+Green+Blue) = 88+96+110=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 110 - color contains mainly: blue. Hex color #58606E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58606E is #A79F91. Grayscale: #5F5F5F. Windows color (decimal): -10985362 or 7233624. OLE color: 7233624.
HSL color Cylindrical-coordinate representation of color #58606E: hue angle of 218.18º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #58606E is Cyan = 0.2, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 96 | 110 | - |
| CMYK | 0.2 | 0.13 | 0 | 0.57 |
| HSL | 218.18º | 0.11% | 0.39% | - |
| HSV(B) | 218.18º | 0.2% | 0.43% | - |
| XYZ | 11.02 | 11.57 | 16.4 | - |
| YUV | 95.2 | 136.35 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 96 | 110 | 0.2 | 0.13 | 0 | 0.57 | 218.18 | 0.11 | 0.39 |
| Hex | 58 | 60 | 6E | 14 | D | 0 | 39 | DA | B | 27 |
| Octal | 130 | 140 | 156 | 24 | 15 | 0 | 71 | 332 | 13 | 47 |
| Binary | 1011000 | 1100000 | 1101110 | 10100 | 1101 | 0 | 111001 | 11011010 | 1011 | 100111 |
Color Harmonies of #58606E
Complementary color
Monochromatic Colors of #58606E
Black with #58606E
Text Example
Text Example
White with #58606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58606E; }
p { color: rgb(88,96,110); }
H1.HeaderClassName
{
color: #58606E;
}
.AnyTagClassName
{
color: #58606E;
}
</style>
background-color css
<style>
a { background-color: #58606E; }
a { background-color: rgb(88,96,110); }
div.DivClassName
{
background-color: #58606E;
}
.BgClassName
{
background-color: #58606E;
}
</style>
border-color css
<style>
span { border-color: #58606E; }
span { border-color: rgb(88,96,110); }
td.TdClassName
{
border-color: #58606E;
}
.TagClassName
{
border-color: #58606E;
}
</style>