Shades of Shuttle Grey #5E6773
Tints of Shuttle Grey #5E6773
RGB
CMYK
RGB Variations
Color information
#5E6773 (or 0x5E6773) is known color: Shuttle Grey. HEX triplet: 5E, 67 and 73. RGB value is (94,103,115). Sum of RGB (Red+Green+Blue) = 94+103+115=312 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.13% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 115 - color contains mainly: blue. Hex color #5E6773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6773 is #A1988C. Grayscale: #656565. Windows color (decimal): -10590349 or 7563102. OLE color: 7563102.
HSL color Cylindrical-coordinate representation of color #5E6773: hue angle of 214.29º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5E6773 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 103 | 115 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.55 |
| HSL | 214.29º | 0.1% | 0.41% | - |
| HSV(B) | 214.29º | 0.18% | 0.45% | - |
| XYZ | 12.56 | 13.32 | 18.13 | - |
| YUV | 101.68 | 135.52 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 103 | 115 | 0.18 | 0.10 | 0 | 0.55 | 214.29 | 0.1 | 0.41 |
| Hex | 5E | 67 | 73 | 12 | A | 0 | 37 | D6 | A | 29 |
| Octal | 136 | 147 | 163 | 22 | 12 | 0 | 67 | 326 | 12 | 51 |
| Binary | 1011110 | 1100111 | 1110011 | 10010 | 1010 | 0 | 110111 | 11010110 | 1010 | 101001 |
Color Harmonies of #5E6773
Complementary color
Monochromatic Colors of #5E6773
Black with #5E6773
Text Example
Text Example
White with #5E6773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6773; }
p { color: rgb(94,103,115); }
H1.HeaderClassName
{
color: #5E6773;
}
.AnyTagClassName
{
color: #5E6773;
}
</style>
background-color css
<style>
a { background-color: #5E6773; }
a { background-color: rgb(94,103,115); }
div.DivClassName
{
background-color: #5E6773;
}
.BgClassName
{
background-color: #5E6773;
}
</style>
border-color css
<style>
span { border-color: #5E6773; }
span { border-color: rgb(94,103,115); }
td.TdClassName
{
border-color: #5E6773;
}
.TagClassName
{
border-color: #5E6773;
}
</style>