Shades of Shuttle Grey #5A6976
Tints of Shuttle Grey #5A6976
RGB
CMYK
RGB Variations
Color information
#5A6976 (or 0x5A6976) is known color: Shuttle Grey. HEX triplet: 5A, 69 and 76. RGB value is (90,105,118). Sum of RGB (Red+Green+Blue) = 90+105+118=313 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.75% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 118 - color contains mainly: blue. Hex color #5A6976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6976 is #A59689. Grayscale: #656565. Windows color (decimal): -10851978 or 7760218. OLE color: 7760218.
HSL color Cylindrical-coordinate representation of color #5A6976: hue angle of 207.86º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A6976 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 105 | 118 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.54 |
| HSL | 207.86º | 0.13% | 0.41% | - |
| HSV(B) | 207.86º | 0.24% | 0.46% | - |
| XYZ | 12.54 | 13.58 | 19.1 | - |
| YUV | 102 | 137.03 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 105 | 118 | 0.24 | 0.11 | 0 | 0.54 | 207.86 | 0.13 | 0.41 |
| Hex | 5A | 69 | 76 | 18 | B | 0 | 36 | D0 | D | 29 |
| Octal | 132 | 151 | 166 | 30 | 13 | 0 | 66 | 320 | 15 | 51 |
| Binary | 1011010 | 1101001 | 1110110 | 11000 | 1011 | 0 | 110110 | 11010000 | 1101 | 101001 |
Color Harmonies of #5A6976
Complementary color
Monochromatic Colors of #5A6976
Black with #5A6976
Text Example
Text Example
White with #5A6976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6976; }
p { color: rgb(90,105,118); }
H1.HeaderClassName
{
color: #5A6976;
}
.AnyTagClassName
{
color: #5A6976;
}
</style>
background-color css
<style>
a { background-color: #5A6976; }
a { background-color: rgb(90,105,118); }
div.DivClassName
{
background-color: #5A6976;
}
.BgClassName
{
background-color: #5A6976;
}
</style>
border-color css
<style>
span { border-color: #5A6976; }
span { border-color: rgb(90,105,118); }
td.TdClassName
{
border-color: #5A6976;
}
.TagClassName
{
border-color: #5A6976;
}
</style>