Shades of Shuttle Grey #5A6573
Tints of Shuttle Grey #5A6573
RGB
CMYK
RGB Variations
Color information
#5A6573 (or 0x5A6573) is known color: Shuttle Grey. HEX triplet: 5A, 65 and 73. RGB value is (90,101,115). Sum of RGB (Red+Green+Blue) = 90+101+115=306 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.41% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 115 - color contains mainly: blue. Hex color #5A6573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6573 is #A59A8C. Grayscale: #636363. Windows color (decimal): -10853005 or 7562586. OLE color: 7562586.
HSL color Cylindrical-coordinate representation of color #5A6573: hue angle of 213.6º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5A6573 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 101 | 115 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.55 |
| HSL | 213.6º | 0.12% | 0.4% | - |
| HSV(B) | 213.6º | 0.22% | 0.45% | - |
| XYZ | 11.96 | 12.72 | 18.04 | - |
| YUV | 99.31 | 136.86 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 101 | 115 | 0.22 | 0.12 | 0 | 0.55 | 213.6 | 0.12 | 0.4 |
| Hex | 5A | 65 | 73 | 16 | C | 0 | 37 | D6 | C | 28 |
| Octal | 132 | 145 | 163 | 26 | 14 | 0 | 67 | 326 | 14 | 50 |
| Binary | 1011010 | 1100101 | 1110011 | 10110 | 1100 | 0 | 110111 | 11010110 | 1100 | 101000 |
Color Harmonies of #5A6573
Complementary color
Monochromatic Colors of #5A6573
Black with #5A6573
Text Example
Text Example
White with #5A6573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6573; }
p { color: rgb(90,101,115); }
H1.HeaderClassName
{
color: #5A6573;
}
.AnyTagClassName
{
color: #5A6573;
}
</style>
background-color css
<style>
a { background-color: #5A6573; }
a { background-color: rgb(90,101,115); }
div.DivClassName
{
background-color: #5A6573;
}
.BgClassName
{
background-color: #5A6573;
}
</style>
border-color css
<style>
span { border-color: #5A6573; }
span { border-color: rgb(90,101,115); }
td.TdClassName
{
border-color: #5A6573;
}
.TagClassName
{
border-color: #5A6573;
}
</style>