Shades of Shuttle Grey #5A636D
Tints of Shuttle Grey #5A636D
RGB
CMYK
RGB Variations
Color information
#5A636D (or 0x5A636D) is known color: Shuttle Grey. HEX triplet: 5A, 63 and 6D. RGB value is (90,99,109). Sum of RGB (Red+Green+Blue) = 90+99+109=298 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.20% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 109 - color contains mainly: blue. Hex color #5A636D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A636D is #A59C92. Grayscale: #616161. Windows color (decimal): -10853523 or 7168858. OLE color: 7168858.
HSL color Cylindrical-coordinate representation of color #5A636D: hue angle of 211.58º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5A636D is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 99 | 109 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.57 |
| HSL | 211.58º | 0.1% | 0.39% | - |
| HSV(B) | 211.58º | 0.17% | 0.43% | - |
| XYZ | 11.44 | 12.2 | 16.22 | - |
| YUV | 97.45 | 134.52 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 99 | 109 | 0.17 | 0.09 | 0 | 0.57 | 211.58 | 0.1 | 0.39 |
| Hex | 5A | 63 | 6D | 11 | 9 | 0 | 39 | D4 | A | 27 |
| Octal | 132 | 143 | 155 | 21 | 11 | 0 | 71 | 324 | 12 | 47 |
| Binary | 1011010 | 1100011 | 1101101 | 10001 | 1001 | 0 | 111001 | 11010100 | 1010 | 100111 |
Color Harmonies of #5A636D
Complementary color
Monochromatic Colors of #5A636D
Black with #5A636D
Text Example
Text Example
White with #5A636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A636D; }
p { color: rgb(90,99,109); }
H1.HeaderClassName
{
color: #5A636D;
}
.AnyTagClassName
{
color: #5A636D;
}
</style>
background-color css
<style>
a { background-color: #5A636D; }
a { background-color: rgb(90,99,109); }
div.DivClassName
{
background-color: #5A636D;
}
.BgClassName
{
background-color: #5A636D;
}
</style>
border-color css
<style>
span { border-color: #5A636D; }
span { border-color: rgb(90,99,109); }
td.TdClassName
{
border-color: #5A636D;
}
.TagClassName
{
border-color: #5A636D;
}
</style>