Shades of Shuttle Grey #5A6370
Tints of Shuttle Grey #5A6370
RGB
CMYK
RGB Variations
Color information
#5A6370 (or 0x5A6370) is known color: Shuttle Grey. HEX triplet: 5A, 63 and 70. RGB value is (90,99,112). Sum of RGB (Red+Green+Blue) = 90+99+112=301 (39% of max value = 765). Red value is 90 (35.55% from 255 or 29.90% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 112 - color contains mainly: blue. Hex color #5A6370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6370 is #A59C8F. Grayscale: #616161. Windows color (decimal): -10853520 or 7365466. OLE color: 7365466.
HSL color Cylindrical-coordinate representation of color #5A6370: hue angle of 215.45º 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 #5A6370 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 99 | 112 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.56 |
| HSL | 215.45º | 0.11% | 0.4% | - |
| HSV(B) | 215.45º | 0.2% | 0.44% | - |
| XYZ | 11.6 | 12.27 | 17.09 | - |
| YUV | 97.79 | 136.02 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 99 | 112 | 0.20 | 0.12 | 0 | 0.56 | 215.45 | 0.11 | 0.4 |
| Hex | 5A | 63 | 70 | 14 | C | 0 | 38 | D7 | B | 28 |
| Octal | 132 | 143 | 160 | 24 | 14 | 0 | 70 | 327 | 13 | 50 |
| Binary | 1011010 | 1100011 | 1110000 | 10100 | 1100 | 0 | 111000 | 11010111 | 1011 | 101000 |
Color Harmonies of #5A6370
Complementary color
Monochromatic Colors of #5A6370
Black with #5A6370
Text Example
Text Example
White with #5A6370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6370; }
p { color: rgb(90,99,112); }
H1.HeaderClassName
{
color: #5A6370;
}
.AnyTagClassName
{
color: #5A6370;
}
</style>
background-color css
<style>
a { background-color: #5A6370; }
a { background-color: rgb(90,99,112); }
div.DivClassName
{
background-color: #5A6370;
}
.BgClassName
{
background-color: #5A6370;
}
</style>
border-color css
<style>
span { border-color: #5A6370; }
span { border-color: rgb(90,99,112); }
td.TdClassName
{
border-color: #5A6370;
}
.TagClassName
{
border-color: #5A6370;
}
</style>