Shades of Shuttle Grey #5A616D
Tints of Shuttle Grey #5A616D
RGB
CMYK
RGB Variations
Color information
#5A616D (or 0x5A616D) is known color: Shuttle Grey. HEX triplet: 5A, 61 and 6D. RGB value is (90,97,109). Sum of RGB (Red+Green+Blue) = 90+97+109=296 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.41% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 109 - color contains mainly: blue. Hex color #5A616D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A616D is #A59E92. Grayscale: #606060. Windows color (decimal): -10854035 or 7168346. OLE color: 7168346.
HSL color Cylindrical-coordinate representation of color #5A616D: hue angle of 217.89º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5A616D is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 97 | 109 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.57 |
| HSL | 217.89º | 0.1% | 0.39% | - |
| HSV(B) | 217.89º | 0.17% | 0.43% | - |
| XYZ | 11.25 | 11.83 | 16.16 | - |
| YUV | 96.28 | 135.18 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 97 | 109 | 0.17 | 0.11 | 0 | 0.57 | 217.89 | 0.1 | 0.39 |
| Hex | 5A | 61 | 6D | 11 | B | 0 | 39 | DA | A | 27 |
| Octal | 132 | 141 | 155 | 21 | 13 | 0 | 71 | 332 | 12 | 47 |
| Binary | 1011010 | 1100001 | 1101101 | 10001 | 1011 | 0 | 111001 | 11011010 | 1010 | 100111 |
Color Harmonies of #5A616D
Complementary color
Monochromatic Colors of #5A616D
Black with #5A616D
Text Example
Text Example
White with #5A616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A616D; }
p { color: rgb(90,97,109); }
H1.HeaderClassName
{
color: #5A616D;
}
.AnyTagClassName
{
color: #5A616D;
}
</style>
background-color css
<style>
a { background-color: #5A616D; }
a { background-color: rgb(90,97,109); }
div.DivClassName
{
background-color: #5A616D;
}
.BgClassName
{
background-color: #5A616D;
}
</style>
border-color css
<style>
span { border-color: #5A616D; }
span { border-color: rgb(90,97,109); }
td.TdClassName
{
border-color: #5A616D;
}
.TagClassName
{
border-color: #5A616D;
}
</style>