Shades of Shuttle Grey #58677B
Tints of Shuttle Grey #58677B
RGB
CMYK
RGB Variations
Color information
#58677B (or 0x58677B) is known color: Shuttle Grey. HEX triplet: 58, 67 and 7B. RGB value is (88,103,123). Sum of RGB (Red+Green+Blue) = 88+103+123=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 123 - color contains mainly: blue. Hex color #58677B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58677B is #A79884. Grayscale: #646464. Windows color (decimal): -10983557 or 8087384. OLE color: 8087384.
HSL color Cylindrical-coordinate representation of color #58677B: hue angle of 214.29º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #58677B is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 103 | 123 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.52 |
| HSL | 214.29º | 0.17% | 0.41% | - |
| HSV(B) | 214.29º | 0.28% | 0.48% | - |
| XYZ | 12.45 | 13.21 | 20.63 | - |
| YUV | 100.8 | 140.53 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 103 | 123 | 0.28 | 0.16 | 0 | 0.52 | 214.29 | 0.17 | 0.41 |
| Hex | 58 | 67 | 7B | 1C | 10 | 0 | 34 | D6 | 11 | 29 |
| Octal | 130 | 147 | 173 | 34 | 20 | 0 | 64 | 326 | 21 | 51 |
| Binary | 1011000 | 1100111 | 1111011 | 11100 | 10000 | 0 | 110100 | 11010110 | 10001 | 101001 |
Color Harmonies of #58677B
Complementary color
Monochromatic Colors of #58677B
Black with #58677B
Text Example
Text Example
White with #58677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58677B; }
p { color: rgb(88,103,123); }
H1.HeaderClassName
{
color: #58677B;
}
.AnyTagClassName
{
color: #58677B;
}
</style>
background-color css
<style>
a { background-color: #58677B; }
a { background-color: rgb(88,103,123); }
div.DivClassName
{
background-color: #58677B;
}
.BgClassName
{
background-color: #58677B;
}
</style>
border-color css
<style>
span { border-color: #58677B; }
span { border-color: rgb(88,103,123); }
td.TdClassName
{
border-color: #58677B;
}
.TagClassName
{
border-color: #58677B;
}
</style>