Shades of Shuttle Grey #5A6171
Tints of Shuttle Grey #5A6171
RGB
CMYK
RGB Variations
Color information
#5A6171 (or 0x5A6171) is known color: Shuttle Grey. HEX triplet: 5A, 61 and 71. RGB value is (90,97,113). Sum of RGB (Red+Green+Blue) = 90+97+113=300 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 113 - color contains mainly: blue. Hex color #5A6171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6171 is #A59E8E. Grayscale: #606060. Windows color (decimal): -10854031 or 7430490. OLE color: 7430490.
HSL color Cylindrical-coordinate representation of color #5A6171: hue angle of 221.74º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5A6171 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 97 | 113 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.56 |
| HSL | 221.74º | 0.11% | 0.4% | - |
| HSV(B) | 221.74º | 0.2% | 0.44% | - |
| XYZ | 11.47 | 11.92 | 17.32 | - |
| YUV | 96.73 | 137.18 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 97 | 113 | 0.20 | 0.14 | 0 | 0.56 | 221.74 | 0.11 | 0.4 |
| Hex | 5A | 61 | 71 | 14 | E | 0 | 38 | DE | B | 28 |
| Octal | 132 | 141 | 161 | 24 | 16 | 0 | 70 | 336 | 13 | 50 |
| Binary | 1011010 | 1100001 | 1110001 | 10100 | 1110 | 0 | 111000 | 11011110 | 1011 | 101000 |
Color Harmonies of #5A6171
Complementary color
Monochromatic Colors of #5A6171
Black with #5A6171
Text Example
Text Example
White with #5A6171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6171; }
p { color: rgb(90,97,113); }
H1.HeaderClassName
{
color: #5A6171;
}
.AnyTagClassName
{
color: #5A6171;
}
</style>
background-color css
<style>
a { background-color: #5A6171; }
a { background-color: rgb(90,97,113); }
div.DivClassName
{
background-color: #5A6171;
}
.BgClassName
{
background-color: #5A6171;
}
</style>
border-color css
<style>
span { border-color: #5A6171; }
span { border-color: rgb(90,97,113); }
td.TdClassName
{
border-color: #5A6171;
}
.TagClassName
{
border-color: #5A6171;
}
</style>