Shades of Shuttle Grey #5A656F
Tints of Shuttle Grey #5A656F
RGB
CMYK
RGB Variations
Color information
#5A656F (or 0x5A656F) is known color: Shuttle Grey. HEX triplet: 5A, 65 and 6F. RGB value is (90,101,111). Sum of RGB (Red+Green+Blue) = 90+101+111=302 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.80% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 111 - color contains mainly: blue. Hex color #5A656F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A656F is #A59A90. Grayscale: #626262. Windows color (decimal): -10853009 or 7300442. OLE color: 7300442.
HSL color Cylindrical-coordinate representation of color #5A656F: hue angle of 208.57º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5A656F is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 101 | 111 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.56 |
| HSL | 208.57º | 0.1% | 0.39% | - |
| HSV(B) | 208.57º | 0.19% | 0.44% | - |
| XYZ | 11.74 | 12.63 | 16.86 | - |
| YUV | 98.85 | 134.86 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 101 | 111 | 0.19 | 0.09 | 0 | 0.56 | 208.57 | 0.1 | 0.39 |
| Hex | 5A | 65 | 6F | 13 | 9 | 0 | 38 | D1 | A | 27 |
| Octal | 132 | 145 | 157 | 23 | 11 | 0 | 70 | 321 | 12 | 47 |
| Binary | 1011010 | 1100101 | 1101111 | 10011 | 1001 | 0 | 111000 | 11010001 | 1010 | 100111 |
Color Harmonies of #5A656F
Complementary color
Monochromatic Colors of #5A656F
Black with #5A656F
Text Example
Text Example
White with #5A656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A656F; }
p { color: rgb(90,101,111); }
H1.HeaderClassName
{
color: #5A656F;
}
.AnyTagClassName
{
color: #5A656F;
}
</style>
background-color css
<style>
a { background-color: #5A656F; }
a { background-color: rgb(90,101,111); }
div.DivClassName
{
background-color: #5A656F;
}
.BgClassName
{
background-color: #5A656F;
}
</style>
border-color css
<style>
span { border-color: #5A656F; }
span { border-color: rgb(90,101,111); }
td.TdClassName
{
border-color: #5A656F;
}
.TagClassName
{
border-color: #5A656F;
}
</style>