Shades of Shuttle Grey #5A6975
Tints of Shuttle Grey #5A6975
RGB
CMYK
RGB Variations
Color information
#5A6975 (or 0x5A6975) is known color: Shuttle Grey. HEX triplet: 5A, 69 and 75. RGB value is (90,105,117). Sum of RGB (Red+Green+Blue) = 90+105+117=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 117 - color contains mainly: blue. Hex color #5A6975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6975 is #A5968A. Grayscale: #656565. Windows color (decimal): -10851979 or 7694682. OLE color: 7694682.
HSL color Cylindrical-coordinate representation of color #5A6975: hue angle of 206.67º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5A6975 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 105 | 117 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.54 |
| HSL | 206.67º | 0.13% | 0.41% | - |
| HSV(B) | 206.67º | 0.23% | 0.46% | - |
| XYZ | 12.48 | 13.56 | 18.79 | - |
| YUV | 101.88 | 136.53 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 105 | 117 | 0.23 | 0.10 | 0 | 0.54 | 206.67 | 0.13 | 0.41 |
| Hex | 5A | 69 | 75 | 17 | A | 0 | 36 | CF | D | 29 |
| Octal | 132 | 151 | 165 | 27 | 12 | 0 | 66 | 317 | 15 | 51 |
| Binary | 1011010 | 1101001 | 1110101 | 10111 | 1010 | 0 | 110110 | 11001111 | 1101 | 101001 |
Color Harmonies of #5A6975
Complementary color
Monochromatic Colors of #5A6975
Black with #5A6975
Text Example
Text Example
White with #5A6975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6975; }
p { color: rgb(90,105,117); }
H1.HeaderClassName
{
color: #5A6975;
}
.AnyTagClassName
{
color: #5A6975;
}
</style>
background-color css
<style>
a { background-color: #5A6975; }
a { background-color: rgb(90,105,117); }
div.DivClassName
{
background-color: #5A6975;
}
.BgClassName
{
background-color: #5A6975;
}
</style>
border-color css
<style>
span { border-color: #5A6975; }
span { border-color: rgb(90,105,117); }
td.TdClassName
{
border-color: #5A6975;
}
.TagClassName
{
border-color: #5A6975;
}
</style>