Shades of Shuttle Grey #586878
Tints of Shuttle Grey #586878
RGB
CMYK
RGB Variations
Color information
#586878 (or 0x586878) is known color: Shuttle Grey. HEX triplet: 58, 68 and 78. RGB value is (88,104,120). Sum of RGB (Red+Green+Blue) = 88+104+120=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 120 - color contains mainly: blue. Hex color #586878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586878 is #A79787. Grayscale: #646464. Windows color (decimal): -10983304 or 7891032. OLE color: 7891032.
HSL color Cylindrical-coordinate representation of color #586878: hue angle of 210º degrees, saturation: 0.15, 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 #586878 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 104 | 120 | - |
| CMYK | 0.27 | 0.13 | 0 | 0.53 |
| HSL | 210º | 0.15% | 0.41% | - |
| HSV(B) | 210º | 0.27% | 0.47% | - |
| XYZ | 12.36 | 13.33 | 19.69 | - |
| YUV | 101.04 | 138.7 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 104 | 120 | 0.27 | 0.13 | 0 | 0.53 | 210 | 0.15 | 0.41 |
| Hex | 58 | 68 | 78 | 1B | D | 0 | 35 | D2 | F | 29 |
| Octal | 130 | 150 | 170 | 33 | 15 | 0 | 65 | 322 | 17 | 51 |
| Binary | 1011000 | 1101000 | 1111000 | 11011 | 1101 | 0 | 110101 | 11010010 | 1111 | 101001 |
Color Harmonies of #586878
Complementary color
Monochromatic Colors of #586878
Black with #586878
Text Example
Text Example
White with #586878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586878; }
p { color: rgb(88,104,120); }
H1.HeaderClassName
{
color: #586878;
}
.AnyTagClassName
{
color: #586878;
}
</style>
background-color css
<style>
a { background-color: #586878; }
a { background-color: rgb(88,104,120); }
div.DivClassName
{
background-color: #586878;
}
.BgClassName
{
background-color: #586878;
}
</style>
border-color css
<style>
span { border-color: #586878; }
span { border-color: rgb(88,104,120); }
td.TdClassName
{
border-color: #586878;
}
.TagClassName
{
border-color: #586878;
}
</style>