Shades of Shuttle Grey #586A7A
Tints of Shuttle Grey #586A7A
RGB
CMYK
RGB Variations
Color information
#586A7A (or 0x586A7A) is known color: Shuttle Grey. HEX triplet: 58, 6A and 7A. RGB value is (88,106,122). Sum of RGB (Red+Green+Blue) = 88+106+122=316 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.85% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 122 - color contains mainly: blue. Hex color #586A7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586A7A is #A79585. Grayscale: #666666. Windows color (decimal): -10982790 or 8022616. OLE color: 8022616.
HSL color Cylindrical-coordinate representation of color #586A7A: hue angle of 208.24º degrees, saturation: 0.16, 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 #586A7A is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 106 | 122 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.52 |
| HSL | 208.24º | 0.16% | 0.41% | - |
| HSV(B) | 208.24º | 0.28% | 0.48% | - |
| XYZ | 12.69 | 13.79 | 20.4 | - |
| YUV | 102.44 | 139.04 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 106 | 122 | 0.28 | 0.13 | 0 | 0.52 | 208.24 | 0.16 | 0.41 |
| Hex | 58 | 6A | 7A | 1C | D | 0 | 34 | D0 | 10 | 29 |
| Octal | 130 | 152 | 172 | 34 | 15 | 0 | 64 | 320 | 20 | 51 |
| Binary | 1011000 | 1101010 | 1111010 | 11100 | 1101 | 0 | 110100 | 11010000 | 10000 | 101001 |
Color Harmonies of #586A7A
Complementary color
Monochromatic Colors of #586A7A
Black with #586A7A
Text Example
Text Example
White with #586A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586A7A; }
p { color: rgb(88,106,122); }
H1.HeaderClassName
{
color: #586A7A;
}
.AnyTagClassName
{
color: #586A7A;
}
</style>
background-color css
<style>
a { background-color: #586A7A; }
a { background-color: rgb(88,106,122); }
div.DivClassName
{
background-color: #586A7A;
}
.BgClassName
{
background-color: #586A7A;
}
</style>
border-color css
<style>
span { border-color: #586A7A; }
span { border-color: rgb(88,106,122); }
td.TdClassName
{
border-color: #586A7A;
}
.TagClassName
{
border-color: #586A7A;
}
</style>