Shades of Shuttle Grey #5B616F
Tints of Shuttle Grey #5B616F
RGB
CMYK
RGB Variations
Color information
#5B616F (or 0x5B616F) is known color: Shuttle Grey. HEX triplet: 5B, 61 and 6F. RGB value is (91,97,111). Sum of RGB (Red+Green+Blue) = 91+97+111=299 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.43% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 111 - color contains mainly: blue. Hex color #5B616F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B616F is #A49E90. Grayscale: #606060. Windows color (decimal): -10788497 or 7299419. OLE color: 7299419.
HSL color Cylindrical-coordinate representation of color #5B616F: hue angle of 222º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5B616F is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 97 | 111 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.56 |
| HSL | 222º | 0.1% | 0.4% | - |
| HSV(B) | 222º | 0.18% | 0.44% | - |
| XYZ | 11.46 | 11.92 | 16.74 | - |
| YUV | 96.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 97 | 111 | 0.18 | 0.13 | 0 | 0.56 | 222 | 0.1 | 0.4 |
| Hex | 5B | 61 | 6F | 12 | D | 0 | 38 | DE | A | 28 |
| Octal | 133 | 141 | 157 | 22 | 15 | 0 | 70 | 336 | 12 | 50 |
| Binary | 1011011 | 1100001 | 1101111 | 10010 | 1101 | 0 | 111000 | 11011110 | 1010 | 101000 |
Color Harmonies of #5B616F
Complementary color
Monochromatic Colors of #5B616F
Black with #5B616F
Text Example
Text Example
White with #5B616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B616F; }
p { color: rgb(91,97,111); }
H1.HeaderClassName
{
color: #5B616F;
}
.AnyTagClassName
{
color: #5B616F;
}
</style>
background-color css
<style>
a { background-color: #5B616F; }
a { background-color: rgb(91,97,111); }
div.DivClassName
{
background-color: #5B616F;
}
.BgClassName
{
background-color: #5B616F;
}
</style>
border-color css
<style>
span { border-color: #5B616F; }
span { border-color: rgb(91,97,111); }
td.TdClassName
{
border-color: #5B616F;
}
.TagClassName
{
border-color: #5B616F;
}
</style>