Shades of Shuttle Grey #5B656E
Tints of Shuttle Grey #5B656E
RGB
CMYK
RGB Variations
Color information
#5B656E (or 0x5B656E) is known color: Shuttle Grey. HEX triplet: 5B, 65 and 6E. RGB value is (91,101,110). Sum of RGB (Red+Green+Blue) = 91+101+110=302 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.13% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 110 - color contains mainly: blue. Hex color #5B656E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B656E is #A49A91. Grayscale: #626262. Windows color (decimal): -10787474 or 7234907. OLE color: 7234907.
HSL color Cylindrical-coordinate representation of color #5B656E: hue angle of 208.42º degrees, saturation: 0.09, 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 #5B656E is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 91 | 101 | 110 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.57 |
| HSL | 208.42º | 0.09% | 0.39% | - |
| HSV(B) | 208.42º | 0.17% | 0.43% | - |
| XYZ | 11.78 | 12.66 | 16.57 | - |
| YUV | 99.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 101 | 110 | 0.17 | 0.08 | 0 | 0.57 | 208.42 | 0.09 | 0.39 |
| Hex | 5B | 65 | 6E | 11 | 8 | 0 | 39 | D0 | 9 | 27 |
| Octal | 133 | 145 | 156 | 21 | 10 | 0 | 71 | 320 | 11 | 47 |
| Binary | 1011011 | 1100101 | 1101110 | 10001 | 1000 | 0 | 111001 | 11010000 | 1001 | 100111 |
Color Harmonies of #5B656E
Complementary color
Monochromatic Colors of #5B656E
Black with #5B656E
Text Example
Text Example
White with #5B656E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B656E; }
p { color: rgb(91,101,110); }
H1.HeaderClassName
{
color: #5B656E;
}
.AnyTagClassName
{
color: #5B656E;
}
</style>
background-color css
<style>
a { background-color: #5B656E; }
a { background-color: rgb(91,101,110); }
div.DivClassName
{
background-color: #5B656E;
}
.BgClassName
{
background-color: #5B656E;
}
</style>
border-color css
<style>
span { border-color: #5B656E; }
span { border-color: rgb(91,101,110); }
td.TdClassName
{
border-color: #5B656E;
}
.TagClassName
{
border-color: #5B656E;
}
</style>