Shades of Shuttle Grey #5B6670
Tints of Shuttle Grey #5B6670
RGB
CMYK
RGB Variations
Color information
#5B6670 (or 0x5B6670) is known color: Shuttle Grey. HEX triplet: 5B, 66 and 70. RGB value is (91,102,112). Sum of RGB (Red+Green+Blue) = 91+102+112=305 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.84% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 112 - color contains mainly: blue. Hex color #5B6670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6670 is #A4998F. Grayscale: #636363. Windows color (decimal): -10787216 or 7366235. OLE color: 7366235.
HSL color Cylindrical-coordinate representation of color #5B6670: hue angle of 208.57º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5B6670 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 102 | 112 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.56 |
| HSL | 208.57º | 0.1% | 0.4% | - |
| HSV(B) | 208.57º | 0.19% | 0.44% | - |
| XYZ | 11.99 | 12.9 | 17.19 | - |
| YUV | 99.85 | 134.86 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 102 | 112 | 0.19 | 0.09 | 0 | 0.56 | 208.57 | 0.1 | 0.4 |
| Hex | 5B | 66 | 70 | 13 | 9 | 0 | 38 | D1 | A | 28 |
| Octal | 133 | 146 | 160 | 23 | 11 | 0 | 70 | 321 | 12 | 50 |
| Binary | 1011011 | 1100110 | 1110000 | 10011 | 1001 | 0 | 111000 | 11010001 | 1010 | 101000 |
Color Harmonies of #5B6670
Complementary color
Monochromatic Colors of #5B6670
Black with #5B6670
Text Example
Text Example
White with #5B6670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6670; }
p { color: rgb(91,102,112); }
H1.HeaderClassName
{
color: #5B6670;
}
.AnyTagClassName
{
color: #5B6670;
}
</style>
background-color css
<style>
a { background-color: #5B6670; }
a { background-color: rgb(91,102,112); }
div.DivClassName
{
background-color: #5B6670;
}
.BgClassName
{
background-color: #5B6670;
}
</style>
border-color css
<style>
span { border-color: #5B6670; }
span { border-color: rgb(91,102,112); }
td.TdClassName
{
border-color: #5B6670;
}
.TagClassName
{
border-color: #5B6670;
}
</style>