Shades of Shuttle Grey #586374
Tints of Shuttle Grey #586374
RGB
CMYK
RGB Variations
Color information
#586374 (or 0x586374) is known color: Shuttle Grey. HEX triplet: 58, 63 and 74. RGB value is (88,99,116). Sum of RGB (Red+Green+Blue) = 88+99+116=303 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.04% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 116 - color contains mainly: blue. Hex color #586374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586374 is #A79C8B. Grayscale: #616161. Windows color (decimal): -10984588 or 7627608. OLE color: 7627608.
HSL color Cylindrical-coordinate representation of color #586374: hue angle of 216.43º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #586374 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 99 | 116 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.55 |
| HSL | 216.43º | 0.14% | 0.4% | - |
| HSV(B) | 216.43º | 0.24% | 0.45% | - |
| XYZ | 11.64 | 12.26 | 18.28 | - |
| YUV | 97.65 | 138.36 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 99 | 116 | 0.24 | 0.15 | 0 | 0.55 | 216.43 | 0.14 | 0.4 |
| Hex | 58 | 63 | 74 | 18 | F | 0 | 37 | D8 | E | 28 |
| Octal | 130 | 143 | 164 | 30 | 17 | 0 | 67 | 330 | 16 | 50 |
| Binary | 1011000 | 1100011 | 1110100 | 11000 | 1111 | 0 | 110111 | 11011000 | 1110 | 101000 |
Color Harmonies of #586374
Complementary color
Monochromatic Colors of #586374
Black with #586374
Text Example
Text Example
White with #586374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586374; }
p { color: rgb(88,99,116); }
H1.HeaderClassName
{
color: #586374;
}
.AnyTagClassName
{
color: #586374;
}
</style>
background-color css
<style>
a { background-color: #586374; }
a { background-color: rgb(88,99,116); }
div.DivClassName
{
background-color: #586374;
}
.BgClassName
{
background-color: #586374;
}
</style>
border-color css
<style>
span { border-color: #586374; }
span { border-color: rgb(88,99,116); }
td.TdClassName
{
border-color: #586374;
}
.TagClassName
{
border-color: #586374;
}
</style>