Shades of Shuttle Grey #5E666F
Tints of Shuttle Grey #5E666F
RGB
CMYK
RGB Variations
Color information
#5E666F (or 0x5E666F) is known color: Shuttle Grey. HEX triplet: 5E, 66 and 6F. RGB value is (94,102,111). Sum of RGB (Red+Green+Blue) = 94+102+111=307 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.62% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 111 - color contains mainly: blue. Hex color #5E666F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E666F is #A19990. Grayscale: #646464. Windows color (decimal): -10590609 or 7300702. OLE color: 7300702.
HSL color Cylindrical-coordinate representation of color #5E666F: hue angle of 211.76º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5E666F is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 102 | 111 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.56 |
| HSL | 211.76º | 0.08% | 0.4% | - |
| HSV(B) | 211.76º | 0.15% | 0.44% | - |
| XYZ | 12.24 | 13.03 | 16.91 | - |
| YUV | 100.63 | 133.85 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 102 | 111 | 0.15 | 0.08 | 0 | 0.56 | 211.76 | 0.08 | 0.4 |
| Hex | 5E | 66 | 6F | F | 8 | 0 | 38 | D4 | 8 | 28 |
| Octal | 136 | 146 | 157 | 17 | 10 | 0 | 70 | 324 | 10 | 50 |
| Binary | 1011110 | 1100110 | 1101111 | 1111 | 1000 | 0 | 111000 | 11010100 | 1000 | 101000 |
Color Harmonies of #5E666F
Complementary color
Monochromatic Colors of #5E666F
Black with #5E666F
Text Example
Text Example
White with #5E666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E666F; }
p { color: rgb(94,102,111); }
H1.HeaderClassName
{
color: #5E666F;
}
.AnyTagClassName
{
color: #5E666F;
}
</style>
background-color css
<style>
a { background-color: #5E666F; }
a { background-color: rgb(94,102,111); }
div.DivClassName
{
background-color: #5E666F;
}
.BgClassName
{
background-color: #5E666F;
}
</style>
border-color css
<style>
span { border-color: #5E666F; }
span { border-color: rgb(94,102,111); }
td.TdClassName
{
border-color: #5E666F;
}
.TagClassName
{
border-color: #5E666F;
}
</style>