Shades of Shuttle Grey #586275
Tints of Shuttle Grey #586275
RGB
CMYK
RGB Variations
Color information
#586275 (or 0x586275) is known color: Shuttle Grey. HEX triplet: 58, 62 and 75. RGB value is (88,98,117). Sum of RGB (Red+Green+Blue) = 88+98+117=303 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.04% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 117 - color contains mainly: blue. Hex color #586275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586275 is #A79D8A. Grayscale: #616161. Windows color (decimal): -10984843 or 7692888. OLE color: 7692888.
HSL color Cylindrical-coordinate representation of color #586275: hue angle of 219.31º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #586275 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 88 | 98 | 117 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.54 |
| HSL | 219.31º | 0.14% | 0.4% | - |
| HSV(B) | 219.31º | 0.25% | 0.46% | - |
| XYZ | 11.6 | 12.09 | 18.55 | - |
| YUV | 97.18 | 139.19 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 98 | 117 | 0.25 | 0.16 | 0 | 0.54 | 219.31 | 0.14 | 0.4 |
| Hex | 58 | 62 | 75 | 19 | 10 | 0 | 36 | DB | E | 28 |
| Octal | 130 | 142 | 165 | 31 | 20 | 0 | 66 | 333 | 16 | 50 |
| Binary | 1011000 | 1100010 | 1110101 | 11001 | 10000 | 0 | 110110 | 11011011 | 1110 | 101000 |
Color Harmonies of #586275
Complementary color
Monochromatic Colors of #586275
Black with #586275
Text Example
Text Example
White with #586275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586275; }
p { color: rgb(88,98,117); }
H1.HeaderClassName
{
color: #586275;
}
.AnyTagClassName
{
color: #586275;
}
</style>
background-color css
<style>
a { background-color: #586275; }
a { background-color: rgb(88,98,117); }
div.DivClassName
{
background-color: #586275;
}
.BgClassName
{
background-color: #586275;
}
</style>
border-color css
<style>
span { border-color: #586275; }
span { border-color: rgb(88,98,117); }
td.TdClassName
{
border-color: #586275;
}
.TagClassName
{
border-color: #586275;
}
</style>