Shades of Shuttle Grey #5E6576
Tints of Shuttle Grey #5E6576
RGB
CMYK
RGB Variations
Color information
#5E6576 (or 0x5E6576) is known color: Shuttle Grey. HEX triplet: 5E, 65 and 76. RGB value is (94,101,118). Sum of RGB (Red+Green+Blue) = 94+101+118=313 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.03% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 118 - color contains mainly: blue. Hex color #5E6576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6576 is #A19A89. Grayscale: #646464. Windows color (decimal): -10590858 or 7759198. OLE color: 7759198.
HSL color Cylindrical-coordinate representation of color #5E6576: hue angle of 222.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5E6576 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 101 | 118 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.54 |
| HSL | 222.5º | 0.11% | 0.42% | - |
| HSV(B) | 222.5º | 0.2% | 0.46% | - |
| XYZ | 12.54 | 13 | 18.99 | - |
| YUV | 100.85 | 137.68 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 101 | 118 | 0.20 | 0.14 | 0 | 0.54 | 222.5 | 0.11 | 0.42 |
| Hex | 5E | 65 | 76 | 14 | E | 0 | 36 | DE | B | 2A |
| Octal | 136 | 145 | 166 | 24 | 16 | 0 | 66 | 336 | 13 | 52 |
| Binary | 1011110 | 1100101 | 1110110 | 10100 | 1110 | 0 | 110110 | 11011110 | 1011 | 101010 |
Color Harmonies of #5E6576
Complementary color
Monochromatic Colors of #5E6576
Black with #5E6576
Text Example
Text Example
White with #5E6576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6576; }
p { color: rgb(94,101,118); }
H1.HeaderClassName
{
color: #5E6576;
}
.AnyTagClassName
{
color: #5E6576;
}
</style>
background-color css
<style>
a { background-color: #5E6576; }
a { background-color: rgb(94,101,118); }
div.DivClassName
{
background-color: #5E6576;
}
.BgClassName
{
background-color: #5E6576;
}
</style>
border-color css
<style>
span { border-color: #5E6576; }
span { border-color: rgb(94,101,118); }
td.TdClassName
{
border-color: #5E6576;
}
.TagClassName
{
border-color: #5E6576;
}
</style>