Shades of Shuttle Grey #5A687B
Tints of Shuttle Grey #5A687B
RGB
CMYK
RGB Variations
Color information
#5A687B (or 0x5A687B) is known color: Shuttle Grey. HEX triplet: 5A, 68 and 7B. RGB value is (90,104,123). Sum of RGB (Red+Green+Blue) = 90+104+123=317 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.39% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 123 - color contains mainly: blue. Hex color #5A687B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A687B is #A59784. Grayscale: #656565. Windows color (decimal): -10852229 or 8087642. OLE color: 8087642.
HSL color Cylindrical-coordinate representation of color #5A687B: hue angle of 214.55º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A687B is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 90 | 104 | 123 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.52 |
| HSL | 214.55º | 0.15% | 0.42% | - |
| HSV(B) | 214.55º | 0.27% | 0.48% | - |
| XYZ | 12.74 | 13.5 | 20.67 | - |
| YUV | 101.98 | 139.86 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 104 | 123 | 0.27 | 0.15 | 0 | 0.52 | 214.55 | 0.15 | 0.42 |
| Hex | 5A | 68 | 7B | 1B | F | 0 | 34 | D7 | F | 2A |
| Octal | 132 | 150 | 173 | 33 | 17 | 0 | 64 | 327 | 17 | 52 |
| Binary | 1011010 | 1101000 | 1111011 | 11011 | 1111 | 0 | 110100 | 11010111 | 1111 | 101010 |
Color Harmonies of #5A687B
Complementary color
Monochromatic Colors of #5A687B
Black with #5A687B
Text Example
Text Example
White with #5A687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A687B; }
p { color: rgb(90,104,123); }
H1.HeaderClassName
{
color: #5A687B;
}
.AnyTagClassName
{
color: #5A687B;
}
</style>
background-color css
<style>
a { background-color: #5A687B; }
a { background-color: rgb(90,104,123); }
div.DivClassName
{
background-color: #5A687B;
}
.BgClassName
{
background-color: #5A687B;
}
</style>
border-color css
<style>
span { border-color: #5A687B; }
span { border-color: rgb(90,104,123); }
td.TdClassName
{
border-color: #5A687B;
}
.TagClassName
{
border-color: #5A687B;
}
</style>