Shades of Shuttle Grey #586777
Tints of Shuttle Grey #586777
RGB
CMYK
RGB Variations
Color information
#586777 (or 0x586777) is known color: Shuttle Grey. HEX triplet: 58, 67 and 77. RGB value is (88,103,119). Sum of RGB (Red+Green+Blue) = 88+103+119=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 119 (46.88% from 255 or 38.39% from 310); Max value from RGB is 119 - color contains mainly: blue. Hex color #586777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586777 is #A79888. Grayscale: #646464. Windows color (decimal): -10983561 or 7825240. OLE color: 7825240.
HSL color Cylindrical-coordinate representation of color #586777: hue angle of 210.97º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #586777 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 103 | 119 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.53 |
| HSL | 210.97º | 0.15% | 0.41% | - |
| HSV(B) | 210.97º | 0.26% | 0.47% | - |
| XYZ | 12.2 | 13.11 | 19.34 | - |
| YUV | 100.34 | 138.53 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 103 | 119 | 0.26 | 0.13 | 0 | 0.53 | 210.97 | 0.15 | 0.41 |
| Hex | 58 | 67 | 77 | 1A | D | 0 | 35 | D3 | F | 29 |
| Octal | 130 | 147 | 167 | 32 | 15 | 0 | 65 | 323 | 17 | 51 |
| Binary | 1011000 | 1100111 | 1110111 | 11010 | 1101 | 0 | 110101 | 11010011 | 1111 | 101001 |
Color Harmonies of #586777
Complementary color
Monochromatic Colors of #586777
Black with #586777
Text Example
Text Example
White with #586777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586777; }
p { color: rgb(88,103,119); }
H1.HeaderClassName
{
color: #586777;
}
.AnyTagClassName
{
color: #586777;
}
</style>
background-color css
<style>
a { background-color: #586777; }
a { background-color: rgb(88,103,119); }
div.DivClassName
{
background-color: #586777;
}
.BgClassName
{
background-color: #586777;
}
</style>
border-color css
<style>
span { border-color: #586777; }
span { border-color: rgb(88,103,119); }
td.TdClassName
{
border-color: #586777;
}
.TagClassName
{
border-color: #586777;
}
</style>