Shades of Shuttle Grey #586679
Tints of Shuttle Grey #586679
RGB
CMYK
RGB Variations
Color information
#586679 (or 0x586679) is known color: Shuttle Grey. HEX triplet: 58, 66 and 79. RGB value is (88,102,121). Sum of RGB (Red+Green+Blue) = 88+102+121=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 121 - color contains mainly: blue. Hex color #586679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586679 is #A79986. Grayscale: #636363. Windows color (decimal): -10983815 or 7956056. OLE color: 7956056.
HSL color Cylindrical-coordinate representation of color #586679: hue angle of 214.55º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #586679 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 102 | 121 | - |
| CMYK | 0.27 | 0.16 | 0 | 0.53 |
| HSL | 214.55º | 0.16% | 0.41% | - |
| HSV(B) | 214.55º | 0.27% | 0.47% | - |
| XYZ | 12.23 | 12.96 | 19.95 | - |
| YUV | 99.98 | 139.86 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 102 | 121 | 0.27 | 0.16 | 0 | 0.53 | 214.55 | 0.16 | 0.41 |
| Hex | 58 | 66 | 79 | 1B | 10 | 0 | 35 | D7 | 10 | 29 |
| Octal | 130 | 146 | 171 | 33 | 20 | 0 | 65 | 327 | 20 | 51 |
| Binary | 1011000 | 1100110 | 1111001 | 11011 | 10000 | 0 | 110101 | 11010111 | 10000 | 101001 |
Color Harmonies of #586679
Complementary color
Monochromatic Colors of #586679
Black with #586679
Text Example
Text Example
White with #586679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586679; }
p { color: rgb(88,102,121); }
H1.HeaderClassName
{
color: #586679;
}
.AnyTagClassName
{
color: #586679;
}
</style>
background-color css
<style>
a { background-color: #586679; }
a { background-color: rgb(88,102,121); }
div.DivClassName
{
background-color: #586679;
}
.BgClassName
{
background-color: #586679;
}
</style>
border-color css
<style>
span { border-color: #586679; }
span { border-color: rgb(88,102,121); }
td.TdClassName
{
border-color: #586679;
}
.TagClassName
{
border-color: #586679;
}
</style>