Shades of Shuttle Grey #5A626E
Tints of Shuttle Grey #5A626E
RGB
CMYK
RGB Variations
Color information
#5A626E (or 0x5A626E) is known color: Shuttle Grey. HEX triplet: 5A, 62 and 6E. RGB value is (90,98,110). Sum of RGB (Red+Green+Blue) = 90+98+110=298 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.20% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 110 - color contains mainly: blue. Hex color #5A626E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A626E is #A59D91. Grayscale: #606060. Windows color (decimal): -10853778 or 7234138. OLE color: 7234138.
HSL color Cylindrical-coordinate representation of color #5A626E: hue angle of 216º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5A626E is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 98 | 110 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.57 |
| HSL | 216º | 0.1% | 0.39% | - |
| HSV(B) | 216º | 0.18% | 0.43% | - |
| XYZ | 11.4 | 12.03 | 16.47 | - |
| YUV | 96.98 | 135.35 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 98 | 110 | 0.18 | 0.11 | 0 | 0.57 | 216 | 0.1 | 0.39 |
| Hex | 5A | 62 | 6E | 12 | B | 0 | 39 | D8 | A | 27 |
| Octal | 132 | 142 | 156 | 22 | 13 | 0 | 71 | 330 | 12 | 47 |
| Binary | 1011010 | 1100010 | 1101110 | 10010 | 1011 | 0 | 111001 | 11011000 | 1010 | 100111 |
Color Harmonies of #5A626E
Complementary color
Monochromatic Colors of #5A626E
Black with #5A626E
Text Example
Text Example
White with #5A626E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A626E; }
p { color: rgb(90,98,110); }
H1.HeaderClassName
{
color: #5A626E;
}
.AnyTagClassName
{
color: #5A626E;
}
</style>
background-color css
<style>
a { background-color: #5A626E; }
a { background-color: rgb(90,98,110); }
div.DivClassName
{
background-color: #5A626E;
}
.BgClassName
{
background-color: #5A626E;
}
</style>
border-color css
<style>
span { border-color: #5A626E; }
span { border-color: rgb(90,98,110); }
td.TdClassName
{
border-color: #5A626E;
}
.TagClassName
{
border-color: #5A626E;
}
</style>