Shades of Shuttle Grey #5B6373
Tints of Shuttle Grey #5B6373
RGB
CMYK
RGB Variations
Color information
#5B6373 (or 0x5B6373) is known color: Shuttle Grey. HEX triplet: 5B, 63 and 73. RGB value is (91,99,115). Sum of RGB (Red+Green+Blue) = 91+99+115=305 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.84% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 115 - color contains mainly: blue. Hex color #5B6373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6373 is #A49C8C. Grayscale: #626262. Windows color (decimal): -10787981 or 7562075. OLE color: 7562075.
HSL color Cylindrical-coordinate representation of color #5B6373: hue angle of 220º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5B6373 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 99 | 115 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.55 |
| HSL | 220º | 0.12% | 0.4% | - |
| HSV(B) | 220º | 0.21% | 0.45% | - |
| XYZ | 11.87 | 12.39 | 17.98 | - |
| YUV | 98.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 99 | 115 | 0.21 | 0.14 | 0 | 0.55 | 220 | 0.12 | 0.4 |
| Hex | 5B | 63 | 73 | 15 | E | 0 | 37 | DC | C | 28 |
| Octal | 133 | 143 | 163 | 25 | 16 | 0 | 67 | 334 | 14 | 50 |
| Binary | 1011011 | 1100011 | 1110011 | 10101 | 1110 | 0 | 110111 | 11011100 | 1100 | 101000 |
Color Harmonies of #5B6373
Complementary color
Monochromatic Colors of #5B6373
Black with #5B6373
Text Example
Text Example
White with #5B6373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6373; }
p { color: rgb(91,99,115); }
H1.HeaderClassName
{
color: #5B6373;
}
.AnyTagClassName
{
color: #5B6373;
}
</style>
background-color css
<style>
a { background-color: #5B6373; }
a { background-color: rgb(91,99,115); }
div.DivClassName
{
background-color: #5B6373;
}
.BgClassName
{
background-color: #5B6373;
}
</style>
border-color css
<style>
span { border-color: #5B6373; }
span { border-color: rgb(91,99,115); }
td.TdClassName
{
border-color: #5B6373;
}
.TagClassName
{
border-color: #5B6373;
}
</style>