Shades of Shuttle Grey #5B6368
Tints of Shuttle Grey #5B6368
RGB
CMYK
RGB Variations
Color information
#5B6368 (or 0x5B6368) is known color: Shuttle Grey. HEX triplet: 5B, 63 and 68. RGB value is (91,99,104). Sum of RGB (Red+Green+Blue) = 91+99+104=294 (38% of max value = 765). Red value is 91 (35.94% from 255 or 30.95% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 104 - color contains mainly: blue. Hex color #5B6368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6368 is #A49C97. Grayscale: #616161. Windows color (decimal): -10787992 or 6841179. OLE color: 6841179.
HSL color Cylindrical-coordinate representation of color #5B6368: hue angle of 203.08º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5B6368 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 99 | 104 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.59 |
| HSL | 203.08º | 0.07% | 0.38% | - |
| HSV(B) | 203.08º | 0.13% | 0.41% | - |
| XYZ | 11.27 | 12.15 | 14.85 | - |
| YUV | 97.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 99 | 104 | 0.12 | 0.05 | 0 | 0.59 | 203.08 | 0.07 | 0.38 |
| Hex | 5B | 63 | 68 | C | 5 | 0 | 3B | CB | 7 | 26 |
| Octal | 133 | 143 | 150 | 14 | 5 | 0 | 73 | 313 | 7 | 46 |
| Binary | 1011011 | 1100011 | 1101000 | 1100 | 101 | 0 | 111011 | 11001011 | 111 | 100110 |
Color Harmonies of #5B6368
Complementary color
Monochromatic Colors of #5B6368
Black with #5B6368
Text Example
Text Example
White with #5B6368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6368; }
p { color: rgb(91,99,104); }
H1.HeaderClassName
{
color: #5B6368;
}
.AnyTagClassName
{
color: #5B6368;
}
</style>
background-color css
<style>
a { background-color: #5B6368; }
a { background-color: rgb(91,99,104); }
div.DivClassName
{
background-color: #5B6368;
}
.BgClassName
{
background-color: #5B6368;
}
</style>
border-color css
<style>
span { border-color: #5B6368; }
span { border-color: rgb(91,99,104); }
td.TdClassName
{
border-color: #5B6368;
}
.TagClassName
{
border-color: #5B6368;
}
</style>