Shades of Shuttle Grey #5E697A
Tints of Shuttle Grey #5E697A
RGB
CMYK
RGB Variations
Color information
#5E697A (or 0x5E697A) is known color: Shuttle Grey. HEX triplet: 5E, 69 and 7A. RGB value is (94,105,122). Sum of RGB (Red+Green+Blue) = 94+105+122=321 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.28% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 122 - color contains mainly: blue. Hex color #5E697A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E697A is #A19685. Grayscale: #676767. Windows color (decimal): -10589830 or 8022366. OLE color: 8022366.
HSL color Cylindrical-coordinate representation of color #5E697A: hue angle of 216.43º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5E697A is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
RGB | 94 | 105 | 122 | - |
CMYK | 0.23 | 0.14 | 0 | 0.52 |
HSL | 216.43º | 0.13% | 0.42% | - |
HSV(B) | 216.43º | 0.23% | 0.48% | - |
XYZ | 13.18 | 13.89 | 20.4 | - |
YUV | 103.65 | 138.36 | 121.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 105 | 122 | 0.23 | 0.14 | 0 | 0.52 | 216.43 | 0.13 | 0.42 |
Hex | 5E | 69 | 7A | 17 | E | 0 | 34 | D8 | D | 2A |
Octal | 136 | 151 | 172 | 27 | 16 | 0 | 64 | 330 | 15 | 52 |
Binary | 1011110 | 1101001 | 1111010 | 10111 | 1110 | 0 | 110100 | 11011000 | 1101 | 101010 |
Color Harmonies of #5E697A
Complementary color
Monochromatic Colors of #5E697A
Black with #5E697A
Text Example
Text Example
White with #5E697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E697A; }
p { color: rgb(94,105,122); }
H1.HeaderClassName
{
color: #5E697A;
}
.AnyTagClassName
{
color: #5E697A;
}
</style>
background-color css
<style>
a { background-color: #5E697A; }
a { background-color: rgb(94,105,122); }
div.DivClassName
{
background-color: #5E697A;
}
.BgClassName
{
background-color: #5E697A;
}
</style>
border-color css
<style>
span { border-color: #5E697A; }
span { border-color: rgb(94,105,122); }
td.TdClassName
{
border-color: #5E697A;
}
.TagClassName
{
border-color: #5E697A;
}
</style>