Shades of Shuttle Grey #5A6170
Tints of Shuttle Grey #5A6170
RGB
CMYK
RGB Variations
Color information
#5A6170 (or 0x5A6170) is known color: Shuttle Grey. HEX triplet: 5A, 61 and 70. RGB value is (90,97,112). Sum of RGB (Red+Green+Blue) = 90+97+112=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 112 - color contains mainly: blue. Hex color #5A6170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6170 is #A59E8F. Grayscale: #606060. Windows color (decimal): -10854032 or 7364954. OLE color: 7364954.
HSL color Cylindrical-coordinate representation of color #5A6170: hue angle of 220.91º 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 #5A6170 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 97 | 112 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.56 |
| HSL | 220.91º | 0.11% | 0.4% | - |
| HSV(B) | 220.91º | 0.2% | 0.44% | - |
| XYZ | 11.42 | 11.89 | 17.02 | - |
| YUV | 96.62 | 136.68 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 97 | 112 | 0.20 | 0.13 | 0 | 0.56 | 220.91 | 0.11 | 0.4 |
| Hex | 5A | 61 | 70 | 14 | D | 0 | 38 | DD | B | 28 |
| Octal | 132 | 141 | 160 | 24 | 15 | 0 | 70 | 335 | 13 | 50 |
| Binary | 1011010 | 1100001 | 1110000 | 10100 | 1101 | 0 | 111000 | 11011101 | 1011 | 101000 |
Color Harmonies of #5A6170
Complementary color
Monochromatic Colors of #5A6170
Black with #5A6170
Text Example
Text Example
White with #5A6170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6170; }
p { color: rgb(90,97,112); }
H1.HeaderClassName
{
color: #5A6170;
}
.AnyTagClassName
{
color: #5A6170;
}
</style>
background-color css
<style>
a { background-color: #5A6170; }
a { background-color: rgb(90,97,112); }
div.DivClassName
{
background-color: #5A6170;
}
.BgClassName
{
background-color: #5A6170;
}
</style>
border-color css
<style>
span { border-color: #5A6170; }
span { border-color: rgb(90,97,112); }
td.TdClassName
{
border-color: #5A6170;
}
.TagClassName
{
border-color: #5A6170;
}
</style>