Shades of Shuttle Grey #5E6978
Tints of Shuttle Grey #5E6978
RGB
CMYK
RGB Variations
Color information
#5E6978 (or 0x5E6978) is known color: Shuttle Grey. HEX triplet: 5E, 69 and 78. RGB value is (94,105,120). Sum of RGB (Red+Green+Blue) = 94+105+120=319 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.47% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 120 - color contains mainly: blue. Hex color #5E6978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6978 is #A19687. Grayscale: #676767. Windows color (decimal): -10589832 or 7891294. OLE color: 7891294.
HSL color Cylindrical-coordinate representation of color #5E6978: hue angle of 214.62º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5E6978 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 105 | 120 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.53 |
| HSL | 214.62º | 0.12% | 0.42% | - |
| HSV(B) | 214.62º | 0.22% | 0.47% | - |
| XYZ | 13.06 | 13.84 | 19.75 | - |
| YUV | 103.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 105 | 120 | 0.22 | 0.13 | 0 | 0.53 | 214.62 | 0.12 | 0.42 |
| Hex | 5E | 69 | 78 | 16 | D | 0 | 35 | D7 | C | 2A |
| Octal | 136 | 151 | 170 | 26 | 15 | 0 | 65 | 327 | 14 | 52 |
| Binary | 1011110 | 1101001 | 1111000 | 10110 | 1101 | 0 | 110101 | 11010111 | 1100 | 101010 |
Color Harmonies of #5E6978
Complementary color
Monochromatic Colors of #5E6978
Black with #5E6978
Text Example
Text Example
White with #5E6978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6978; }
p { color: rgb(94,105,120); }
H1.HeaderClassName
{
color: #5E6978;
}
.AnyTagClassName
{
color: #5E6978;
}
</style>
background-color css
<style>
a { background-color: #5E6978; }
a { background-color: rgb(94,105,120); }
div.DivClassName
{
background-color: #5E6978;
}
.BgClassName
{
background-color: #5E6978;
}
</style>
border-color css
<style>
span { border-color: #5E6978; }
span { border-color: rgb(94,105,120); }
td.TdClassName
{
border-color: #5E6978;
}
.TagClassName
{
border-color: #5E6978;
}
</style>