Shades of Shuttle Grey #5B6367
Tints of Shuttle Grey #5B6367
RGB
CMYK
RGB Variations
Color information
#5B6367 (or 0x5B6367) is known color: Shuttle Grey. HEX triplet: 5B, 63 and 67. RGB value is (91,99,103). Sum of RGB (Red+Green+Blue) = 91+99+103=293 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.06% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 103 - color contains mainly: blue. Hex color #5B6367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6367 is #A49C98. Grayscale: #616161. Windows color (decimal): -10787993 or 6775643. OLE color: 6775643.
HSL color Cylindrical-coordinate representation of color #5B6367: hue angle of 200º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5B6367 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 99 | 103 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.60 |
| HSL | 200º | 0.06% | 0.38% | - |
| HSV(B) | 200º | 0.12% | 0.4% | - |
| XYZ | 11.22 | 12.13 | 14.58 | - |
| YUV | 97.06 | 131.35 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 99 | 103 | 0.12 | 0.04 | 0 | 0.60 | 200 | 0.06 | 0.38 |
| Hex | 5B | 63 | 67 | C | 4 | 0 | 3C | C8 | 6 | 26 |
| Octal | 133 | 143 | 147 | 14 | 4 | 0 | 74 | 310 | 6 | 46 |
| Binary | 1011011 | 1100011 | 1100111 | 1100 | 100 | 0 | 111100 | 11001000 | 110 | 100110 |
Color Harmonies of #5B6367
Complementary color
Monochromatic Colors of #5B6367
Black with #5B6367
Text Example
Text Example
White with #5B6367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6367; }
p { color: rgb(91,99,103); }
H1.HeaderClassName
{
color: #5B6367;
}
.AnyTagClassName
{
color: #5B6367;
}
</style>
background-color css
<style>
a { background-color: #5B6367; }
a { background-color: rgb(91,99,103); }
div.DivClassName
{
background-color: #5B6367;
}
.BgClassName
{
background-color: #5B6367;
}
</style>
border-color css
<style>
span { border-color: #5B6367; }
span { border-color: rgb(91,99,103); }
td.TdClassName
{
border-color: #5B6367;
}
.TagClassName
{
border-color: #5B6367;
}
</style>