Shades of Shuttle Grey #5A616F
Tints of Shuttle Grey #5A616F
RGB
CMYK
RGB Variations
Color information
#5A616F (or 0x5A616F) is known color: Shuttle Grey. HEX triplet: 5A, 61 and 6F. RGB value is (90,97,111). Sum of RGB (Red+Green+Blue) = 90+97+111=298 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.20% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 111 - color contains mainly: blue. Hex color #5A616F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A616F is #A59E90. Grayscale: #606060. Windows color (decimal): -10854033 or 7299418. OLE color: 7299418.
HSL color Cylindrical-coordinate representation of color #5A616F: hue angle of 220º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5A616F is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 97 | 111 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.56 |
| HSL | 220º | 0.1% | 0.39% | - |
| HSV(B) | 220º | 0.19% | 0.44% | - |
| XYZ | 11.36 | 11.87 | 16.73 | - |
| YUV | 96.5 | 136.18 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 97 | 111 | 0.19 | 0.13 | 0 | 0.56 | 220 | 0.1 | 0.39 |
| Hex | 5A | 61 | 6F | 13 | D | 0 | 38 | DC | A | 27 |
| Octal | 132 | 141 | 157 | 23 | 15 | 0 | 70 | 334 | 12 | 47 |
| Binary | 1011010 | 1100001 | 1101111 | 10011 | 1101 | 0 | 111000 | 11011100 | 1010 | 100111 |
Color Harmonies of #5A616F
Complementary color
Monochromatic Colors of #5A616F
Black with #5A616F
Text Example
Text Example
White with #5A616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A616F; }
p { color: rgb(90,97,111); }
H1.HeaderClassName
{
color: #5A616F;
}
.AnyTagClassName
{
color: #5A616F;
}
</style>
background-color css
<style>
a { background-color: #5A616F; }
a { background-color: rgb(90,97,111); }
div.DivClassName
{
background-color: #5A616F;
}
.BgClassName
{
background-color: #5A616F;
}
</style>
border-color css
<style>
span { border-color: #5A616F; }
span { border-color: rgb(90,97,111); }
td.TdClassName
{
border-color: #5A616F;
}
.TagClassName
{
border-color: #5A616F;
}
</style>