Shades of Shuttle Grey #5A6879
Tints of Shuttle Grey #5A6879
RGB
CMYK
RGB Variations
Color information
#5A6879 (or 0x5A6879) is known color: Shuttle Grey. HEX triplet: 5A, 68 and 79. RGB value is (90,104,121). Sum of RGB (Red+Green+Blue) = 90+104+121=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 121 - color contains mainly: blue. Hex color #5A6879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6879 is #A59786. Grayscale: #656565. Windows color (decimal): -10852231 or 7956570. OLE color: 7956570.
HSL color Cylindrical-coordinate representation of color #5A6879: hue angle of 212.9º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A6879 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 104 | 121 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.53 |
| HSL | 212.9º | 0.15% | 0.41% | - |
| HSV(B) | 212.9º | 0.26% | 0.47% | - |
| XYZ | 12.62 | 13.45 | 20.02 | - |
| YUV | 101.75 | 138.86 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 104 | 121 | 0.26 | 0.14 | 0 | 0.53 | 212.9 | 0.15 | 0.41 |
| Hex | 5A | 68 | 79 | 1A | E | 0 | 35 | D5 | F | 29 |
| Octal | 132 | 150 | 171 | 32 | 16 | 0 | 65 | 325 | 17 | 51 |
| Binary | 1011010 | 1101000 | 1111001 | 11010 | 1110 | 0 | 110101 | 11010101 | 1111 | 101001 |
Color Harmonies of #5A6879
Complementary color
Monochromatic Colors of #5A6879
Black with #5A6879
Text Example
Text Example
White with #5A6879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6879; }
p { color: rgb(90,104,121); }
H1.HeaderClassName
{
color: #5A6879;
}
.AnyTagClassName
{
color: #5A6879;
}
</style>
background-color css
<style>
a { background-color: #5A6879; }
a { background-color: rgb(90,104,121); }
div.DivClassName
{
background-color: #5A6879;
}
.BgClassName
{
background-color: #5A6879;
}
</style>
border-color css
<style>
span { border-color: #5A6879; }
span { border-color: rgb(90,104,121); }
td.TdClassName
{
border-color: #5A6879;
}
.TagClassName
{
border-color: #5A6879;
}
</style>