Shades of Shuttle Grey #5E646C
Tints of Shuttle Grey #5E646C
RGB
CMYK
RGB Variations
Color information
#5E646C (or 0x5E646C) is known color: Shuttle Grey. HEX triplet: 5E, 64 and 6C. RGB value is (94,100,108). Sum of RGB (Red+Green+Blue) = 94+100+108=302 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.13% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 108 - color contains mainly: blue. Hex color #5E646C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E646C is #A19B93. Grayscale: #636363. Windows color (decimal): -10591124 or 7103582. OLE color: 7103582.
HSL color Cylindrical-coordinate representation of color #5E646C: hue angle of 214.29º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5E646C is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 100 | 108 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.58 |
| HSL | 214.29º | 0.07% | 0.4% | - |
| HSV(B) | 214.29º | 0.13% | 0.42% | - |
| XYZ | 11.88 | 12.58 | 15.99 | - |
| YUV | 99.12 | 133.01 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 100 | 108 | 0.13 | 0.07 | 0 | 0.58 | 214.29 | 0.07 | 0.4 |
| Hex | 5E | 64 | 6C | D | 7 | 0 | 3A | D6 | 7 | 28 |
| Octal | 136 | 144 | 154 | 15 | 7 | 0 | 72 | 326 | 7 | 50 |
| Binary | 1011110 | 1100100 | 1101100 | 1101 | 111 | 0 | 111010 | 11010110 | 111 | 101000 |
Color Harmonies of #5E646C
Complementary color
Monochromatic Colors of #5E646C
Black with #5E646C
Text Example
Text Example
White with #5E646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E646C; }
p { color: rgb(94,100,108); }
H1.HeaderClassName
{
color: #5E646C;
}
.AnyTagClassName
{
color: #5E646C;
}
</style>
background-color css
<style>
a { background-color: #5E646C; }
a { background-color: rgb(94,100,108); }
div.DivClassName
{
background-color: #5E646C;
}
.BgClassName
{
background-color: #5E646C;
}
</style>
border-color css
<style>
span { border-color: #5E646C; }
span { border-color: rgb(94,100,108); }
td.TdClassName
{
border-color: #5E646C;
}
.TagClassName
{
border-color: #5E646C;
}
</style>