Shades of Shuttle Grey #5B687B
Tints of Shuttle Grey #5B687B
RGB
CMYK
RGB Variations
Color information
#5B687B (or 0x5B687B) is known color: Shuttle Grey. HEX triplet: 5B, 68 and 7B. RGB value is (91,104,123). Sum of RGB (Red+Green+Blue) = 91+104+123=318 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.62% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 123 - color contains mainly: blue. Hex color #5B687B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B687B is #A49784. Grayscale: #666666. Windows color (decimal): -10786693 or 8087643. OLE color: 8087643.
HSL color Cylindrical-coordinate representation of color #5B687B: hue angle of 215.62º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5B687B is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 91 | 104 | 123 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.52 |
| HSL | 215.63º | 0.15% | 0.42% | - |
| HSV(B) | 215.63º | 0.26% | 0.48% | - |
| XYZ | 12.84 | 13.55 | 20.68 | - |
| YUV | 102.28 | 139.69 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 104 | 123 | 0.26 | 0.15 | 0 | 0.52 | 215.63 | 0.15 | 0.42 |
| Hex | 5B | 68 | 7B | 1A | F | 0 | 34 | D8 | F | 2A |
| Octal | 133 | 150 | 173 | 32 | 17 | 0 | 64 | 330 | 17 | 52 |
| Binary | 1011011 | 1101000 | 1111011 | 11010 | 1111 | 0 | 110100 | 11011000 | 1111 | 101010 |
Color Harmonies of #5B687B
Complementary color
Monochromatic Colors of #5B687B
Black with #5B687B
Text Example
Text Example
White with #5B687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B687B; }
p { color: rgb(91,104,123); }
H1.HeaderClassName
{
color: #5B687B;
}
.AnyTagClassName
{
color: #5B687B;
}
</style>
background-color css
<style>
a { background-color: #5B687B; }
a { background-color: rgb(91,104,123); }
div.DivClassName
{
background-color: #5B687B;
}
.BgClassName
{
background-color: #5B687B;
}
</style>
border-color css
<style>
span { border-color: #5B687B; }
span { border-color: rgb(91,104,123); }
td.TdClassName
{
border-color: #5B687B;
}
.TagClassName
{
border-color: #5B687B;
}
</style>