Shades of Shuttle Grey #506373
Tints of Shuttle Grey #506373
RGB
CMYK
RGB Variations
Color information
#506373 (or 0x506373) is known color: Shuttle Grey. HEX triplet: 50, 63 and 73. RGB value is (80,99,115). Sum of RGB (Red+Green+Blue) = 80+99+115=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 115 - color contains mainly: blue. Hex color #506373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506373 is #AF9C8C. Grayscale: #5F5F5F. Windows color (decimal): -11508877 or 7562064. OLE color: 7562064.
HSL color Cylindrical-coordinate representation of color #506373: hue angle of 207.43º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #506373 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 99 | 115 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.55 |
| HSL | 207.43º | 0.18% | 0.38% | - |
| HSV(B) | 207.43º | 0.3% | 0.45% | - |
| XYZ | 10.86 | 11.87 | 17.94 | - |
| YUV | 95.14 | 139.21 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 99 | 115 | 0.30 | 0.14 | 0 | 0.55 | 207.43 | 0.18 | 0.38 |
| Hex | 50 | 63 | 73 | 1E | E | 0 | 37 | CF | 12 | 26 |
| Octal | 120 | 143 | 163 | 36 | 16 | 0 | 67 | 317 | 22 | 46 |
| Binary | 1010000 | 1100011 | 1110011 | 11110 | 1110 | 0 | 110111 | 11001111 | 10010 | 100110 |
Color Harmonies of #506373
Complementary color
Monochromatic Colors of #506373
Black with #506373
Text Example
Text Example
White with #506373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506373; }
p { color: rgb(80,99,115); }
H1.HeaderClassName
{
color: #506373;
}
.AnyTagClassName
{
color: #506373;
}
</style>
background-color css
<style>
a { background-color: #506373; }
a { background-color: rgb(80,99,115); }
div.DivClassName
{
background-color: #506373;
}
.BgClassName
{
background-color: #506373;
}
</style>
border-color css
<style>
span { border-color: #506373; }
span { border-color: rgb(80,99,115); }
td.TdClassName
{
border-color: #506373;
}
.TagClassName
{
border-color: #506373;
}
</style>