Shades of Shuttle Grey #5B657A
Tints of Shuttle Grey #5B657A
RGB
CMYK
RGB Variations
Color information
#5B657A (or 0x5B657A) is known color: Shuttle Grey. HEX triplet: 5B, 65 and 7A. RGB value is (91,101,122). Sum of RGB (Red+Green+Blue) = 91+101+122=314 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.98% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 122 - color contains mainly: blue. Hex color #5B657A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B657A is #A49A85. Grayscale: #646464. Windows color (decimal): -10787462 or 8021339. OLE color: 8021339.
HSL color Cylindrical-coordinate representation of color #5B657A: hue angle of 220.65º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5B657A is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 91 | 101 | 122 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.52 |
| HSL | 220.65º | 0.15% | 0.42% | - |
| HSV(B) | 220.65º | 0.25% | 0.48% | - |
| XYZ | 12.48 | 12.94 | 20.25 | - |
| YUV | 100.4 | 140.19 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 101 | 122 | 0.25 | 0.17 | 0 | 0.52 | 220.65 | 0.15 | 0.42 |
| Hex | 5B | 65 | 7A | 19 | 11 | 0 | 34 | DD | F | 2A |
| Octal | 133 | 145 | 172 | 31 | 21 | 0 | 64 | 335 | 17 | 52 |
| Binary | 1011011 | 1100101 | 1111010 | 11001 | 10001 | 0 | 110100 | 11011101 | 1111 | 101010 |
Color Harmonies of #5B657A
Complementary color
Monochromatic Colors of #5B657A
Black with #5B657A
Text Example
Text Example
White with #5B657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B657A; }
p { color: rgb(91,101,122); }
H1.HeaderClassName
{
color: #5B657A;
}
.AnyTagClassName
{
color: #5B657A;
}
</style>
background-color css
<style>
a { background-color: #5B657A; }
a { background-color: rgb(91,101,122); }
div.DivClassName
{
background-color: #5B657A;
}
.BgClassName
{
background-color: #5B657A;
}
</style>
border-color css
<style>
span { border-color: #5B657A; }
span { border-color: rgb(91,101,122); }
td.TdClassName
{
border-color: #5B657A;
}
.TagClassName
{
border-color: #5B657A;
}
</style>