Shades of Shuttle Grey #586066
Tints of Shuttle Grey #586066
RGB
CMYK
RGB Variations
Color information
#586066 (or 0x586066) is known color: Shuttle Grey. HEX triplet: 58, 60 and 66. RGB value is (88,96,102). Sum of RGB (Red+Green+Blue) = 88+96+102=286 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.77% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 102 - color contains mainly: blue. Hex color #586066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586066 is #A79F99. Grayscale: #5E5E5E. Windows color (decimal): -10985370 or 6709336. OLE color: 6709336.
HSL color Cylindrical-coordinate representation of color #586066: hue angle of 205.71º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #586066 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 88 | 96 | 102 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.6 |
| HSL | 205.71º | 0.07% | 0.37% | - |
| HSV(B) | 205.71º | 0.14% | 0.4% | - |
| XYZ | 10.61 | 11.4 | 14.21 | - |
| YUV | 94.29 | 132.35 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 96 | 102 | 0.14 | 0.06 | 0 | 0.6 | 205.71 | 0.07 | 0.37 |
| Hex | 58 | 60 | 66 | E | 6 | 0 | 3C | CE | 7 | 25 |
| Octal | 130 | 140 | 146 | 16 | 6 | 0 | 74 | 316 | 7 | 45 |
| Binary | 1011000 | 1100000 | 1100110 | 1110 | 110 | 0 | 111100 | 11001110 | 111 | 100101 |
Color Harmonies of #586066
Complementary color
Monochromatic Colors of #586066
Black with #586066
Text Example
Text Example
White with #586066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586066; }
p { color: rgb(88,96,102); }
H1.HeaderClassName
{
color: #586066;
}
.AnyTagClassName
{
color: #586066;
}
</style>
background-color css
<style>
a { background-color: #586066; }
a { background-color: rgb(88,96,102); }
div.DivClassName
{
background-color: #586066;
}
.BgClassName
{
background-color: #586066;
}
</style>
border-color css
<style>
span { border-color: #586066; }
span { border-color: rgb(88,96,102); }
td.TdClassName
{
border-color: #586066;
}
.TagClassName
{
border-color: #586066;
}
</style>