Shades of Shuttle Grey #5E6778
Tints of Shuttle Grey #5E6778
RGB
CMYK
RGB Variations
Color information
#5E6778 (or 0x5E6778) is known color: Shuttle Grey. HEX triplet: 5E, 67 and 78. RGB value is (94,103,120). Sum of RGB (Red+Green+Blue) = 94+103+120=317 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.65% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 120 - color contains mainly: blue. Hex color #5E6778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6778 is #A19887. Grayscale: #666666. Windows color (decimal): -10590344 or 7890782. OLE color: 7890782.
HSL color Cylindrical-coordinate representation of color #5E6778: hue angle of 219.23º 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 #5E6778 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 103 | 120 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.53 |
| HSL | 219.23º | 0.12% | 0.42% | - |
| HSV(B) | 219.23º | 0.22% | 0.47% | - |
| XYZ | 12.86 | 13.44 | 19.69 | - |
| YUV | 102.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 103 | 120 | 0.22 | 0.14 | 0 | 0.53 | 219.23 | 0.12 | 0.42 |
| Hex | 5E | 67 | 78 | 16 | E | 0 | 35 | DB | C | 2A |
| Octal | 136 | 147 | 170 | 26 | 16 | 0 | 65 | 333 | 14 | 52 |
| Binary | 1011110 | 1100111 | 1111000 | 10110 | 1110 | 0 | 110101 | 11011011 | 1100 | 101010 |
Color Harmonies of #5E6778
Complementary color
Monochromatic Colors of #5E6778
Black with #5E6778
Text Example
Text Example
White with #5E6778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6778; }
p { color: rgb(94,103,120); }
H1.HeaderClassName
{
color: #5E6778;
}
.AnyTagClassName
{
color: #5E6778;
}
</style>
background-color css
<style>
a { background-color: #5E6778; }
a { background-color: rgb(94,103,120); }
div.DivClassName
{
background-color: #5E6778;
}
.BgClassName
{
background-color: #5E6778;
}
</style>
border-color css
<style>
span { border-color: #5E6778; }
span { border-color: rgb(94,103,120); }
td.TdClassName
{
border-color: #5E6778;
}
.TagClassName
{
border-color: #5E6778;
}
</style>