Shades of Shuttle Grey #5E6671
Tints of Shuttle Grey #5E6671
RGB
CMYK
RGB Variations
Color information
#5E6671 (or 0x5E6671) is known color: Shuttle Grey. HEX triplet: 5E, 66 and 71. RGB value is (94,102,113). Sum of RGB (Red+Green+Blue) = 94+102+113=309 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.42% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 113 - color contains mainly: blue. Hex color #5E6671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6671 is #A1998E. Grayscale: #646464. Windows color (decimal): -10590607 or 7431774. OLE color: 7431774.
HSL color Cylindrical-coordinate representation of color #5E6671: hue angle of 214.74º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5E6671 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 102 | 113 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.56 |
| HSL | 214.74º | 0.09% | 0.41% | - |
| HSV(B) | 214.74º | 0.17% | 0.44% | - |
| XYZ | 12.35 | 13.07 | 17.5 | - |
| YUV | 100.86 | 134.85 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 102 | 113 | 0.17 | 0.10 | 0 | 0.56 | 214.74 | 0.09 | 0.41 |
| Hex | 5E | 66 | 71 | 11 | A | 0 | 38 | D7 | 9 | 29 |
| Octal | 136 | 146 | 161 | 21 | 12 | 0 | 70 | 327 | 11 | 51 |
| Binary | 1011110 | 1100110 | 1110001 | 10001 | 1010 | 0 | 111000 | 11010111 | 1001 | 101001 |
Color Harmonies of #5E6671
Complementary color
Monochromatic Colors of #5E6671
Black with #5E6671
Text Example
Text Example
White with #5E6671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6671; }
p { color: rgb(94,102,113); }
H1.HeaderClassName
{
color: #5E6671;
}
.AnyTagClassName
{
color: #5E6671;
}
</style>
background-color css
<style>
a { background-color: #5E6671; }
a { background-color: rgb(94,102,113); }
div.DivClassName
{
background-color: #5E6671;
}
.BgClassName
{
background-color: #5E6671;
}
</style>
border-color css
<style>
span { border-color: #5E6671; }
span { border-color: rgb(94,102,113); }
td.TdClassName
{
border-color: #5E6671;
}
.TagClassName
{
border-color: #5E6671;
}
</style>